What's Changed
This version adds a bunch of new command-line options:
-c
/--compact
: output JSON compactly (thanks to @alex-ozdemir!)-i
/--in-place
: replace input files by their output--arg
: set contents of variables from the command-line- JSON input files can be passed as arguments
Furthermore, the try operator (?
) is now supported. In a nutshell, f?
yields those values for which f
does not return an error.
New Contributors
- @sanpii made their first contribution in #8
- @alex-ozdemir made their first contribution in #9
Full Changelog: v0.6.0...v0.7.0