xref: /freebsd/contrib/file/tests/json3.testfile (revision d8ffc21c5ca6f7d4f2d9a65dc6308699af0b6a01)
1{
2    "abc": "edf",
3    "json": "crab",
4    "ololo": [
5        1,
6        2,
7        3
8    ],
9    "subcrab": {
10        "name": "crab",
11        "surname": "subcrab"
12    }
13}
14