NAME

JSON::Pointer::Marpa - Marpa::R2 based JSON Pointer RFC 6901 implementation.

INSTALLATION

To install this module manually, run the following commands:

  perl Makefile.PL
  make
  make test
  make install

DOCUMENTATION

After the installation, you can find further documentation using the command:

  perldoc JSON::Pointer::Marpa

MAINTENANCE

To maintain this module, run the following commands:

  perl Makefile.PL
  make
  cover -delete
  HARNESS_PERL_SWITCHES=-MDevel::Cover make test
  cover -report vim
  make RELEASE_TESTING=1 disttest
  make dist

COPYRIGHT AND LICENSE

This software is copyright (c) 2025 by Sven Willenbuecher.

This is free software; you can redistribute it and/or modify it under the same
terms as the Perl 5 programming language system itself.