The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.6.2 - 2018-11-19

  • nddiff: --full-headers opt is no longer supported
  • nddiff: JSON Patch output format supported
  • nddiff: JSON Merge Patch output format supported
  • ndproc: Patch (Nested Diff) module added
  • ndproc: Json Patch module added
  • ndproc: JSON Merge Patch module added
  • cosmetics, unsignificant tweaks

Documentation

diff tool for nested data structures
apply diff to a structure
nested data processor, extendable by modules
query tool for nested data structures

Modules

Command line tools for nested structures
Insert value into structure
Apply JSON Merge Patch (rfc7396) patches
Apply JSON Patch (rfc6902) patches
merge structures according provided rules
Apply nested diff to the structure
pass structure to external program and apply result.
remove specified parts from structure

Provides

in lib/App/NDTools/INC.pm
in lib/App/NDTools/NDDiff.pm
in lib/App/NDTools/NDPatch.pm
in lib/App/NDTools/NDProc.pm
in lib/App/NDTools/NDProc/Module.pm
in lib/App/NDTools/NDQuery.pm
in lib/App/NDTools/NDTool.pm
in lib/App/NDTools/Slurp.pm
in lib/App/NDTools/Test.pm
in lib/App/NDTools/Util.pm