File: 9.jq

package info (click to toggle)
golang-github-wader-gojq 0.0~git20231105.2b6d9e2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 960 kB
  • sloc: yacc: 642; makefile: 84
file content (14 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module {
  "name": "sample-module",
  "description": "This is a description",
  x: [
    [],
    {},
    { y: 10, z: 20 }
  ],
  y: {
    z: [128, "", false, true, null, [[]]]
  },
};

def f($x): $x * .;