Entwickler-Tools
JSON zu PHP Array
Convert JSON objects into PHP array syntax.
Eingabe
JSON zu PHP Array
jsonphparrayconverter
Ausgabe
Generated PHP array
$data = [
'name' => 'Tool Planet',
'featured' => true,
'stats' => [
'tools' => 441,
],
'tags' => [
'seo',
'json',
],
];Ähnliche Tools
JSON zu XML
Convert JSON objects into XML markup.
JSON zu YAML
Convert JSON objects into YAML fürmat.
SQL zu JSON
Convert SQL INSERT rows into JSON.
YAML zu JSON
Convert YAML documents into fürmatted JSON.
JSON Array zu List
Convert JSON arrays into newline or bullet lists.
JSON zu String
Escape JSON as a string literal für embedding in code.