أدوات المطور
JSON إلى PHP Array
Convert JSON objects into PHP array syntax.
الإدخال
JSON إلى PHP Array
jsonphparrayconverter
الإخراج
Generated PHP array
$data = [
'name' => 'Tool Planet',
'featured' => true,
'stats' => [
'tools' => 441,
],
'tags' => [
'seo',
'json',
],
];أدوات مشابهة
JSON إلى XML
Convert JSON objects into XML markup.
JSON إلى YAML
Convert JSON objects into YAML لـmat.
SQL إلى JSON
Convert SQL INSERT rows into JSON.
YAML إلى JSON
Convert YAML documents into لـmatted JSON.
JSON Array إلى List
Convert JSON arrays into newline or bullet lists.
JSON إلى String
Escape JSON as a string literal لـ embedding in code.