comments.txt 362 B

123456789101112131415161718
  1. /* multi-line comment before */
  2. [
  3. {
  4. "title": "apples", // yum
  5. "count": [12000, 20000], /* so many? */
  6. "description": {"text": "...", "sensitive": false}
  7. },
  8. {
  9. "title": "oranges",
  10. "count": [17500, null],
  11. "description": {"text": "...", "sensitive": false}
  12. }
  13. // {
  14. // "title" : "brocolli"
  15. // }
  16. ]
  17. /* multi-line
  18. comment after */