Package Exports
- json-refs
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-refs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
json-refs
Various utilities for JSON References, and JSON Pointers since JSON References are part JSON Pointer.
Project Badges
Installation
json-refs is available for both Node.js and the browser. Installation instructions for each environment are below.
Browser
Installation for browser applications can be done via Bower or by downloading a standalone binary.
Using Bower
bower install json-refs --save
Standalone Binaries
The standalone binaries come in two flavors:
- json-refs-standalone.js: 196kb, full source source maps
- json-refs-standalone-min.js: 28kb, minified, compressed and no sourcemap
Node.js
Installation for Node.js applications can be done via NPM.
npm install json-refs --save
Documentation
The documentation for this project can be found here: https://github.com/whitlockjc/json-refs/blob/master/docs/README.md