mirror of https://github.com/spf13/afero.git
14 lines
129 B
JSON
14 lines
129 B
JSON
|
{
|
||
|
"object": {
|
||
|
"f": 1,
|
||
|
"g": 2
|
||
|
},
|
||
|
"test1": [
|
||
|
{
|
||
|
"kind": "Whiskey",
|
||
|
"qty": 1
|
||
|
}
|
||
|
],
|
||
|
"test2": 7
|
||
|
}
|