mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
14 lines
185 B
JSON
14 lines
185 B
JSON
{
|
|
"abc": "edf",
|
|
"json": "crab",
|
|
"ololo": [
|
|
1,
|
|
2,
|
|
3
|
|
],
|
|
"subcrab": {
|
|
"name": "crab",
|
|
"surname": "subcrab"
|
|
}
|
|
}
|