decatur / ansatz27

⚠️ Deprecated. A validating and round-tripping JSON Parser and Stringifier for GNU Octave and MATLAB®.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resolve all references in loadSchema() to avoid later errors

tscheburaschka opened this issue · comments

Feature request

Currently, references in schemas are resolved and cached while processing the document to be parsed/serialised.
It would be helpful, if the optional pre-loading of schemas with JSON.loadSchema() resolved all references such that a successfully loaded schema is free from possibly broken references and all subschemas are already cached.