json-refs
json-refs copied to clipboard
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).
See #145, https://github.com/whitlockjc/json-refs/commit/16246acb8a38132e4d660d703dbb85a089d64b09#r30780467
Changes: - The bail out action for invalid references (when building metadata) was happening one step too soon - before it was recorded in the deps property. Moved the check...
This option removes the effect of `remoteCache`. I need it because I run `sway` (which is based on this module) in a Gulp task in watch mode, and caching is...
Helps a good bit with overall package size.
The uri-js module makes no claims about what engines it supports, but sadly all recent versions of it (and indeed all versions still tagged/available on GitHub) rely on punycode 2.x,...
It's easy to assume that `json-refs` will just load and process any document that maps well to JSON but that is not the case. In fact, the only types of...
Hi, I'm trying json-refs and it works except I can't get relative paths within the same document to work. Here is the setup within a new empty directory to get...
Hey, I'm trying to upgrade to v3.0.0 but there seems to be a change in filter, which I don't know how to work around. When i say filter, I mean...
Right now, we use the [YAML](https://github.com/nodeca/js-yaml) parser to parse **all** inputs by default. Since valid JSON is valid YAML, a single parser works great and we don't have to do...
Thanks for the great library. I use json-refs in conjunction with angular-schema-form as suggested here: https://github.com/Textalk/angular-schema-form/issues/118#issuecomment-61515552 I'd like to suggest a new feature to enhance support of JSON Reference as...