Annotation of parser3/tests/253_json.txt, revision 1.2

1.2     ! moko        1: {"object": {
        !             2:    "type": "class1",
        !             3:    "value": "sample1"
        !             4:  },
        !             5:  "array": [
        !             6:     {"id": 1, "label": "test1"},
        !             7:     {"id": 2, "label": "test2"},
        !             8:     false,
        !             9:     true,
        !            10:     2,
        !            11:     2.0,
        !            12:     null
        !            13:  ],
        !            14:  "object": {
        !            15:    "type": "class2",
        !            16:    "value": "sample2"
        !            17:  }
        !            18: }

E-mail: