• Stars
    star
    226
  • Rank 176,514 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 10 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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

  • 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 at https://github.com/whitlockjc/json-refs/blob/master/docs/README.md. Specific documentation can be found here:

Installation

json-refs is available for both Node.js and the browser. Installation instructions for each environment are below.

Browser

json-refs binaries for the browser are available in the dist/ directory:

Of course, these links are for the master builds so feel free to download from the release of your choice. Once you've gotten them downloaded, to use the standalone binaries, your HTML include might look like this:

<!-- ... -->
<script src="json-refs.js"></script>
<!-- ... -->

Node.js

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

npm install json-refs --save

If you plan on using the json-refs CLI executable, you can install json-refs globally like this:

npm install json-refs --global

After this, feel free to run json-refs help to see what you can do or view the CLI documentation linked above

More Repositories

1

m8-js

JavaScript library for parsing Dirtywave M8 files, complete with a CLI for interacting with M8 files.
JavaScript
43
star
2

atom-dark-theme-emacs

A Emacs port of the Atom Dark theme from Atom.io.
Emacs Lisp
40
star
3

directv-remote-api

Providing consistent APIs for interacting with your DirecTV Set-Top-Box (STB), because someone had to do it.
JavaScript
27
star
4

sync-ldap-groups-to-svn-authz

Simple Python script that can take your LDAP group definitions and create a Subversion authz file equivalent.
Python
26
star
5

oval

oval: CLI for (O)penAPI Specification document (val)idation.
JavaScript
15
star
6

sway-connect

Connect compatible Swagger integration middleware using the sway API.
JavaScript
12
star
7

angular-markdown-editor

Example Markdown editor with AngularJS.
JavaScript
12
star
8

path-loader

Utility that provides a single API for loading the content of a path/URL.
JavaScript
8
star
9

backbone-markdown-editor

This is an example application I threw together to demonstrate Backbone.js to a local co-working facility.
JavaScript
5
star
10

atom-dark-theme.tmbundle

This is a Textmate bundle containing a port of the Atom Dark theme from Atom.io.
5
star
11

passport-cloudfoundry-uaa-example

This is a simple proof of concept that shows how you can use the vanilla Passport OAuth2 strategy to integrate with CloudFoundry's UAA.
HTML
3
star
12

carvoyant

The JavaScript Carvoyant API for both the browser and Node.js.
JavaScript
2
star
13

whitlockjc.github.com

Project for hosting my http://jcscoobyrs.github.com.
1
star
14

oas-validator

Simple JavaScript API for validating OpenAPI Specification documents.
1
star