JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q39905F
  • License MIT

A range of json, json pointer, json schema and json relationship utility functions

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.get and pointer.set, which creates objects on its path
  • json query a json pointer supporting glob-pattern #/usr/**/*/passphrase, filters #/input/*?valid:true and 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.