JSPM

  • Created
  • Published
  • Downloads 1199481
  • Score
    100M100P100Q185414F
  • License MIT

Various utilities for JSON References (http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03).

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 Status

Right now we are working on 2.0.0. (For more details on its development, please view Issue #42). That being said, the master branch for this project is currently for 2.0.0 development and is in an incomplete state. I would not suggest using master until this disclaimer is removed from the homepage and/or 2.0.0 is released.

Should you need to use a working version, all 1.x releases are tagged and should be installable via Bower/NPM without issue.

Project Badges

  • Build status: Build Status
  • Dependencies: Dependencies
  • Developer dependencies: Dev Dependencies
  • Downloads: NPM Downloads Per Month
  • Gitter: Join the chat at https://gitter.im/whitlockjc/json-refs
  • License: License
  • Version: NPM Version

Documentation

The documentation for this project can be found here: https://github.com/whitlockjc/json-refs/blob/master/docs/README.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:

Node.js

Installation for Node.js applications can be done via NPM.

npm install json-refs --save