]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/file/tests/json3.testfile
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / contrib / file / tests / json3.testfile
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 }