JSON 格式

  • 61
  • 0
  • 2017-11-28

http://jsoneditoronline.org/

{
  "array": [
    1,
    2,
    3
  ],
  "boolean": true,
  "null": null,
  "number": 123,
  "object": {
    "a": "b",
    "c": "d",
    "e": "f"
  },
  "string": "Hello World"
}

http://jsoneditoronline.org/