File: json-exception-2.json

package info (click to toggle)
jsoncons 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,300 kB
  • sloc: cpp: 143,266; sh: 34; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    // Members
    "members" : [
        {
            "first_name":"Jane",
            "last_name":"Roe",
            "events_attended":10,
            "accept_waiver_of_liability" : true
        },
        {
             "first_name":"John",
             "last_name":"Doe",
             "events_attended":2,
             "accept_waiver_of_liability" : true
        /* Missing *right* 
           brace */
    ]
}