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

NAME

App::NDTools - command line tools for nested structures

CI Coverage Status CPAN version

VERSION

Version 0.5.5

DESCRIPTION

Diff, patch, process and query nested structures with ease.

TOOLS

nddiff

Human friendly (colored, brief) and machine readable (JSON) diff.

ndpatch

Apply diff to the structure.

ndproc

Process structure using rules and modules.

ndquery

Examine structure and dump it's parts.

INSTALL

From CPAN:

    cpanm App::NDTools

Build and install deb package:

    git clone https://github.com/mr-mixas/NDTools.git
    cd NDTools
    vim dist/debian/changelog # change sign for last version
    make -C dist deb
    sudo dpkg -i ndtools_*.deb

Use without installation:

    git clone https://github.com/mr-mixas/NDTools.git
    cd NDTools
    source ./SOURCEME # install depends to the current directory and set ENV

LIMITATIONS

YAML::XS should be additionally installed for YAML support.

YAML::XS 0.67 or later required for correct booleans dump support (JSON::PP required as well), 1 for true and 0 for false used in earlear versions.

AUTHOR

Michael Samoglyadov, <mixas at cpan.org>

BUGS

Report bugs to https://github.com/mr-mixas/NDTools/issues

SEE ALSO

jq, json-delta

Struct::Diff, Struct::Path, Struct::Path::PerlStyle

LICENSE AND COPYRIGHT

Copyright 2016-2018 Michael Samoglyadov

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.