File: array-of-objects.cson

package info (click to toggle)
pycson 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 284 kB
  • sloc: python: 546; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[
    {
        a: 1
    }
    {}
    {
        b: 2
        c: 3
    }
]