Language
Back

Developer Tools

JSON to PHP Array

Convert JSON objects into PHP array syntax.

Input

JSON to PHP Array

jsonphparrayconverter
Output

Generated PHP array

$data = [
  'name' => 'Tool Planet',
  'featured' => true,
  'stats' => [
    'tools' => 441,
  ],
  'tags' => [
    'seo',
    'json',
  ],
];

Related tools

Cookie preferences

We use cookies for essential site features and, with your permission, analytics and advertising.