JSON to PHP Array
Convert JSON into PHP short-array syntax with quoted keys and scalar values.
Convert in your browser · No sign-up
How to use
- Convert JSON into PHP short-array syntax with quoted keys and scalar values.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
{"a":1} → ['a' => 1]Details and limitations
Outputs an expression, not executable code. Backslashes and single quotes are escaped; this is not PHP serialization.
Text stays in your browser; it is not sent to a conversion server.
FAQ
JSON to PHP Array — What are the supported inputs and limits?
Outputs an expression, not executable code. Backslashes and single quotes are escaped; this is not PHP serialization.
Related tools
Format references
Tool page updated: