xref: /netbsd-src/external/bsd/file/dist/tests/json1.testfile (revision 006f800885986050e952d0c8ef3fa1acaaa34e45)
1*006f8008Schristos      {
2*006f8008Schristos        "Image": {
3*006f8008Schristos            "Width":  800,
4*006f8008Schristos            "Height": 600,
5*006f8008Schristos            "Title":  "View from 15th Floor",
6*006f8008Schristos            "Thumbnail": {
7*006f8008Schristos                "Url":    "http://www.example.com/image/481989943",
8*006f8008Schristos                "Height": 125,
9*006f8008Schristos                "Width":  100
10*006f8008Schristos            },
11*006f8008Schristos            "Animated" : false,
12*006f8008Schristos            "IDs": [116, 943, 234, 38793]
13*006f8008Schristos          }
14*006f8008Schristos      }
15