Package Exports
- json-library
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (json-library) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
json library
A range of utility modules and functions to work with json or js objects
currently includes
- json pointer implementation
pointer.getandpointer.set, which creates objects on its path - json query a json pointer supporting glob-pattern
#/usr/**/*/passphrase, filters#/input/*?valid:trueand simple regular expressions#/input/{name-.*}/id - json relation, a relationship definition and utilities to setup and deconstruct relationships between objects
For an up-to-date documentation refer to the unit tests here.