Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hikarock/jsrr
- Owner: hikarock
- Created: 2016-12-09T15:14:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T08:17:02.000Z (almost 8 years ago)
- Last Synced: 2024-10-11T00:34:33.633Z (3 months ago)
- Topics: frisby, json-schema
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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));
```