github itchyny/gojq v0.1.0

latest releases: v0.12.16, v0.12.15, v0.12.14...
5 years ago
  • implement binary operators (+, -, *, /, %, ==, !=, >, <, >=, <=, and, or)
  • implement unary operators (+, -)
  • implement booleans (false, true), null, number and string constant values
  • implement empty value
  • implement conditional syntax (if then elif else end)
  • implement builtin functions (length, utf8bytelength, not, keys, has, map, select, recurse, while, until, range, tonumber, type, arrays, objects, iterables, booleans, numbers, strings, nulls, values, scalars, reverse, explode, implode, join)
  • support function declaration
  • support iterators in object keys
  • support object construction shortcut
  • support query in array indices
  • support negative number indexing against arrays
  • support json file name arguments

Don't miss a new gojq release

NewReleases is sending notifications on new releases.