• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* A comment
2   at the beginning of the file.
3 */
4{
5   "first" : 1, // comment after 'first' on the same line
6
7/* Comment before 'second'
8 */
9   "second" : 2
10}
11
12/* A comment at
13   the end of the file.
14 */
15