mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-12-28 11:51:47 +01:00
Moved jsontestrunner data from test/ to test/data.
This commit is contained in:
17
test/data/test_complex_01.json
Normal file
17
test/data/test_complex_01.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"count" : 1234,
|
||||
"name" : { "aka" : "T.E.S.T.", "id" : 123987 },
|
||||
"attribute" : [
|
||||
"random",
|
||||
"short",
|
||||
"bold",
|
||||
12,
|
||||
{ "height" : 7, "width" : 64 }
|
||||
],
|
||||
"test": { "1" :
|
||||
{ "2" :
|
||||
{ "3" : { "coord" : [ 1,2] }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user