1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 18:56:52 +03:00
fq/format/json/testdata/test.json
Mattias Wadman 970465996c Init
2021-09-12 13:08:42 +02:00

11 lines
117 B
JSON

{
"a": 123,
"b": [
1,
2,
3
],
"c:": "string",
"d": null,
"e": 123.4
}