--- parser3/tests/results/253.processed 2010/09/24 23:17:29 1.4 +++ parser3/tests/results/253.processed 2024/10/02 20:06:47 1.10 @@ -1,12 +1,20 @@ Content-Type: text/html -Content-Length: 1074 +Content-Length: 1887 -object -duplicate key +Exception type: parser.runtime, +Source: object, +Comment: duplicate key +Exception type: json.parse, +Source: parse, +Comment: nesting limit at line 7 + {"id": 1, "label": "test1"}, + ^ +Exception type: parser.runtime, +Source: bug, +Comment: must be 'first', 'last' or 'all' { "object":{ - "type":"class1", - "value":"sample1" + "value":"class1 sample1" }, "array":{ "0":"Много букв в кодировке windows-1251", @@ -24,8 +32,9 @@ duplicate key "4":false, "5":true, "6":2, - "7":2, - "8":null + "7":1.23456789012346e+19, + "8":2, + "9":null } } { @@ -49,8 +58,35 @@ duplicate key "4":false, "5":true, "6":2, - "7":"2.0", - "8":null + "7":1.23456789012346e+19, + "8":"2.0", + "9":null + } +} +{ + "object":{ + "type":"class2", + "value":"sample2" + }, + "array":{ + "0":"Много букв в кодировке windows-1251", + "1":{ + "id":"1", + "label":"test1" + }, + "2":{ + "id":"2", + "label":"test2" + }, + "3":{ + "Ключ":"Значение в windows-1251" + }, + "4":false, + "5":true, + "6":"2", + "7":"12345678901234567890", + "8":2, + "9":null } } { @@ -73,10 +109,26 @@ duplicate key "4":false, "5":true, "6":2, - "7":2, - "8":null + "7":1.23456789012346e+19, + "8":2, + "9":null }, "object_2":{ "value":"class2 sample2" } +} +{ + "0":1, + "1":{ + "value":"class1 3" + }, + "2":4 +} +{ + "0":1, + "1":{ + "type":"class1", + "value":"3" + }, + "2":4 } \ No newline at end of file