GITLAB

eishchuk / json-parseur

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • json-parseur
  • jsonExample.json
  • 7025aaec   Change tests Browse Code ยป
    eishchuk
    2019-05-27 21:34:28 +0200  
jsonExample.json 440 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
{
  "json": [
    "rigid",
    "better for data interchange"
  ],
  "yaml": [
    "slim and flexible",
    "better for configuration"
  ],
  "object": {
    "key": "value",
    "array": [
      {
        "null_value": null
      },
      {
        "boolean": true
      },
      {
        "integer": 1
      }
    ]
  },
  "paragraph": "Blank lines denote paragraph breaks",
  "content": "Or we can auto convert line breaks to save space"
}