JSON to PHP Array

Convert JSON into PHP short-array syntax with quoted keys and scalar values.

Convert in your browser · No sign-up

Outputs an expression, not executable code. Backslashes and single quotes are escaped; this is not PHP serialization.

Up to 100,000 UTF-16 units per input and 1,000,000 per result. See the supported formats and examples below.

How to use

  1. Convert JSON into PHP short-array syntax with quoted keys and scalar values.
  2. Choose the mode or options, then run the tool.
  3. 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.

Format references

Tool page updated: