This tool is attended to help PHP developers read and edit JSON data.
Solution
Disadvantages are planned to fix
Just copy-paste the test data below and try to play with it!
{
"p0": true,
"p1": 2020.5,
"p2": 2020,
"p3": "2020",
"p4": "PARAMETER&PARAMETER",
"p5": "http://site.com/page?lala[]=123&a=буква",
"p6": "O:8:\"stdClass\":3:{s:5:\"index\";s:4:\"val1\";s:6:\"index2\";s:4:\"2020\";s:6:\"index3\";s:4:\"val3\";}",
"p7": "Русские буквы",
"p8": [
2020,
"String",
2020.5
],
"p9": {
"sub1": "2020",
"sub2": 2020,
"sub3": 2020.5
},
"p10": "{\"jsonPar2020\":2020}"
}
''
''