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

JSON parsing error with schema

YuriOsokin opened this issue · comments

The documents is parsed successfully without a schema. With the schema, the document is successfully validated using the JSON schema validator. However, using the script, JSON_Parser.m shows "Illegal token" error.
The JSON file and its schema are attached.

Parameters.txt
ParametersSchema.txt

Usage of allOf with more than one schema may fail if first schema validates.