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.

legacy_test_preserve_comment_01.json 205B

8 months ago
1234567891011121314
  1. /* A comment
  2. at the beginning of the file.
  3. */
  4. {
  5. "first" : 1, // comment after 'first' on the same line
  6. /* Comment before 'second'
  7. */
  8. "second" : 2
  9. }
  10. /* A comment at
  11. the end of the file.
  12. */