freebsd-dev/contrib/file/tests/json3.testfile

14 lines
172 B
Plaintext
Raw Normal View History

2019-11-10 03:44:32 +00:00
{
"abc": "edf",
"json": "crab",
"ololo": [
1,
2,
3
],
"subcrab": {
"name": "crab",
"surname": "subcrab"
}
}