loom
1Ошибка: Member '2' is duplicated
2Позиция разбора: test/source/json/serialization/check-01.json:6:5[6,8]
3{
4"1" : true,
5"2" : "string",
6"3" : 10,
7"4" : 1.01,
8"2" : [
92,
10"3"
11],
12"6" : null
13}Ошибка: Member '3' is duplicated
14Позиция разбора: test/source/json/serialization/check-02.json:6:5[6,8]
15Ошибка: Irrelevant symbol '45', expected: member name (string)
16Позиция разбора: test/source/json/serialization/check-02.json:6:21[6,23]
17nulltrue{
18"1" : true,
19"2" : "string",
20"3" : 10,
21"4" : 1.01,
22"5" : {
23"1" : 2,
24"2" : "3"
25},
26"6" : null
27}{
28"1" : true,
29"2" : "string",
30"3" : 10,
31"4" : 1.01,
32"5" : [
332,
34"3"
35],
36"6" : null
37}{
38"_comment_" : "Структура LexicalParameters для SIMODO fuze",
39"markups" : [
40{
41"start" : "/*",
42"end" : "*/",
43"ignore_sign" : "",
44"type" : "Comment"
45},
46{
47"start" : "//",
48"end" : "",
49"ignore_sign" : "",
50"type" : "Comment"
51},
52{
53"start" : "\"",
54"end" : "\"",
55"ignore_sign" : "\\",
56"type" : "Annotation"
57}
58],
59"masks" : [
60{
61"chars" : "N",
62"type" : "Number",
63"system" : 10
64}
65],
66"punctuation_chars" : "=|;><.{}[](),",
67"punctuation_words" : [
68"include",
69"main",
70"ID",
71"NUMBER",
72"ANNOTATION",
73"true",
74"false"
75],
76"digits" : "0123456789ABCDEF",
77"latin_alphabet" : "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",
78"national_alphabet" : "абвгдеёжзийклмнопрстуфхцчшщъыьэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ",
79"id_extra_symbols" : "_",
80"may_national_letters_use" : true,
81"may_national_letters_mix" : true,
82"is_case_sensitive" : true
83}