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.

11 lines
206B

  1. {
  2. "test":
  3. // Comment for array
  4. [
  5. // Comment within array
  6. { "a" : "aaa" }, // Comment for a
  7. { "b" : "bbb" }, // Comment for b
  8. { "c" : "ccc" } // Comment for c
  9. ]
  10. }