go_study/fabric-main/internal/ledgerutil/testdata/sample_json/sample1.json

15 lines
144 B
JSON

{
"This is": "a sample",
"of some": "JSON",
"stuff": [
{
"Thing1": "Hello",
"bool": false
},
{
"Thing2": "World",
"bool": true
}
],
"num": 101
}