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
json-refs is a simple library for interacting with JSON References and
JSON Pointers. While the main purpose of this library is to provide JSON References features,
since JSON References are a combination of Object
structure and a JSON Pointer
, this library also provides some
features for JSON Pointers as well.
Project Badges
Documentation
The documentation for this project can be found at https://github.com/whitlockjc/json-refs/blob/master/docs/README.md.
The API can be found at https://github.com/whitlockjc/json-refs/blob/master/docs/API.md.
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: 400, full source source maps
- json-refs-standalone-min.js: 44kb, minified, compressed and no sourcemap
Node.js
Installation for Node.js applications can be done via NPM.
npm install json-refs --save