Skip to content

JSON ↔ PHP Array Converter

Convert JSON to PHP array syntax or PHP array to JSON. Pretty formatting and validation. All processing runs in your browser.

Example

Paste JSON like {"name":"test","count":42} and click JSON → PHP to get PHP array syntax. Use PHP → JSON for the reverse. Supports nested arrays and associative arrays.

FAQ

No. Conversion runs entirely in your browser.
Short array [] and array() with string or numeric keys. Complex PHP (objects, etc.) may not parse.

Data Transformation Tools