Guest User

Untitled

a guest
Sep 25th, 2019
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.26 KB | None | 0 0
  1. [
  2.   {
  3.     "type": "A_TYPE",
  4.     "value": [
  5.       "foo",
  6.       "bar"
  7.     ]
  8.   },
  9.   {
  10.     "type": "B_TYPE",
  11.     "value": [
  12.       "qux"
  13.     ]
  14.   },
  15.   {
  16.     "type": "C_TYPE",
  17.     "value": [
  18.       [
  19.         10000,
  20.         19999
  21.       ]
  22.     ]
  23.   }
  24. ]
Advertisement
Add Comment
Please, Sign In to add comment