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

  1. Paste your PHP serialized payload
  2. Choose JSON indentation (2 or 4 spaces)
  3. Click convert and copy the output

Supported Tokens

  • N, b, i, d, s, a, O
  • Objects are rendered safely as __className and __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.