You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Was going down the path of figuring out the best way to parse JSON schemas (written in YAML) with references. We started with js-yaml, then looked at the swagger-parser to see what was going on there. We found that it was using the json-schema-ref-parser, then ran across this project.
Is the intent here to be a "replacement" for json-schema-ref-parser?