File: comments_result.hjson

package info (click to toggle)
python-hjson 3.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,188 kB
  • sloc: python: 3,098; makefile: 13; sh: 8
file content (26 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  foo1: This is a string value. # part of the string
  foo2: This is a string value.
  bar1: This is a string value. // part of the string
  bar2: This is a string value.
  foobar1: This is a string value./* part of the string */
  foobar2: This is a string value.
  rem1: "# test"
  rem2: "// test"
  rem3: "/* test */"
  num1: 0
  num2: 0
  num3: 2
  true1: true
  true2: true
  true3: true
  false1: false
  false2: false
  false3: false
  null1: null
  null2: null
  null3: null
  str1: 00 # part of the string
  str2: 00.0 // part of the string
  str3: 02 /* part of the string */
}