Skip to content

hikarock/jsrr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsrr

JSON Schema $ref Resolver.

Installation

$ npm install jsrr

Usage

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

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