Blame view

jsonExample.json 440 Bytes
7025aaec   eishchuk   Change tests
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"
  }