PHP Serialized to JSON
Convert PHP serialized payloads to JSON with safe object handling and detailed errors
What Is PHP Serialized to JSON?
This converter parses PHP serialized payloads and transforms them into readable JSON. All parsing happens in your browser with safe object handling, so no classes are instantiated.
How to Use
- Paste your PHP serialized payload
- Choose JSON indentation (2 or 4 spaces)
- Click convert and copy the output
Supported Tokens
N,b,i,d,s,a,O- Objects are rendered safely as
__classNameand__properties
Frequently Asked Questions
Do you execute PHP objects?
No. Objects are mapped to safe JSON structures without class instantiation.
Can I export to other formats?
Yes. Use PHP Serialized to CSV and PHP Serialized to YAML.