Advertisement
Guest User

Untitled

a guest
Aug 16th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.17 KB | None | 0 0
  1. {
  2.     "example": {
  3.         "hello": "world",
  4.         "foo": "bar",
  5.         "sports": ["basket", "foot", "rugby"],
  6.         "inception": {
  7.             "iam_null": null,
  8.             "multiple": [2, 4, 6]
  9.         }
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement