A Python library to convert PHP serialized data (from serialize()) or PHP session format to JSON. Supports nested arrays, objects, and various PHP types. Current version: 0.2. Low release cadence, last updated 2018.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
The module exposes a single function `convert`; do not use php2json.convert (it works but is not typical).
Separate function for PHP session format.
Converts a PHP serialized string to JSON (Python dict/list).
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.