json-refs

WebJar for json-refs

License

License

MIT
Categories

Categories

JSON Data
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

json-refs
Last Version

Last Version

3.0.13
Release Date

Release Date

Type

Type

jar
Description

Description

json-refs
WebJar for json-refs
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/whitlockjc/json-refs

Download json-refs

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/json-refs/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>json-refs</artifactId>
    <version>3.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/json-refs/
implementation 'org.webjars.npm:json-refs:3.0.13'
// https://jarcasting.com/artifacts/org.webjars.npm/json-refs/
implementation ("org.webjars.npm:json-refs:3.0.13")
'org.webjars.npm:json-refs:jar:3.0.13'
<dependency org="org.webjars.npm" name="json-refs" rev="3.0.13">
  <artifact name="json-refs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='json-refs', version='3.0.13')
)
libraryDependencies += "org.webjars.npm" % "json-refs" % "3.0.13"
[org.webjars.npm/json-refs "3.0.13"]

Dependencies

compile (8)

Group / Artifact Type Version
org.webjars.npm : js-yaml jar [3.13.0,4)
org.webjars.npm : commander jar [2.19.0,2.20)
org.webjars.npm : slash jar [2.0.0,3)
org.webjars.npm : uri-js jar [4.2.2,5)
org.webjars.npm : graphlib jar [2.1.7,3)
org.webjars.npm : native-promise-only jar [0.8.1,0.9)
org.webjars.npm : path-loader jar [1.0.10,2)
org.webjars.npm : lodash jar [4.17.11,5)

Project Modules

There are no modules declared in this project.

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

Versions

Version
3.0.13
3.0.12
2.1.7
2.1.6