Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@gongfarmer gongfarmer released this 05 Feb 18:24
· 2 commits to master since this release

New library features

  • Enumerator#insert - add new values to the input data at location specified by a jsonpath query
  • Enumerator#replace - replace values matched by a jsonpath query
  • Enumerator#delete_if - delete values matched by query if the given block returns a truthy value

New features in janeway command-line tool:

  • --insert option to add new values to the input data at location specified by jsonpath query
  • --replace option to replace values matched by the jsonpath query
  • --paths option to list normalized paths for values matched by the jsonpath query