Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hikarock/jsrr

JSON Schema $ref Resolver
https://github.com/hikarock/jsrr

frisby json-schema

Last synced: about 2 months ago
JSON representation

JSON Schema $ref Resolver

Awesome Lists containing this project

README

        

# jsrr

JSON Schema `$ref` Resolver.

## Installation

```
$ npm install jsrr
```

## Usage

```javascript
var jsrr = require('jsrr');
var path = 'schemata/user.json';

console.log('%j', jsrr(path));
```