File: quotes_all_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 (10 lines) | stat: -rw-r--r-- 91 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
{
  "foo": "bar"
  "unicorn": "rainbow"
  "cat": 1
  "hello":
  [
    "world"
    "!"
  ]
}