You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
228 B

  1. {
  2. "/answer/everything": 42,
  3. "/happy": true,
  4. "/list/0": 1,
  5. "/list/1": 0,
  6. "/list/2": 2,
  7. "/name": "Niels",
  8. "/nothing": null,
  9. "/object/currency": "USD",
  10. "/object/value": 42.99,
  11. "/pi": 3.141
  12. }