~c-e-pidcott/maus/devel

« back to all changes in this revision

Viewing changes to third_party/JsonCpp_0.5.0/test/data/test_comment_01.json

  • Committer: Christopher Tunnell
  • Date: 2010-10-22 23:28:44 UTC
  • Revision ID: c.tunnell1@physics.ox.ac.uk-20101022232844-o8bl6n26kk03deuw
remove jsoncpp (so it's now downloaded instead)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    "test":
3
 
    [
4
 
       { "a" : "aaa" }, // Comment for a
5
 
       { "b" : "bbb" }, // Comment for b
6
 
       { "c" : "ccc" } // Comment for c
7
 
    ]
8
 
}