The newest released JDFEditor can validate against the preliminary JSON schema
The newly released JDF Editor at JDFEditor has a new JSON schema Validation feature:
If you display a JSON file and check the validation button (highlighted in the purple circle) then the checkJDF Error view will give you a list of schema warnings:
Valid example:
Not so valid example with a nasty version:
Obviously, we need to add the feature of selecting a schema but this allows you to start working with XJDF or XJMF encoded in JSON, using the CIP4 JDF Editor.
And as a little add-on the corresponding XML is simultaneously validated in the schema validation panel:
Any feedback is appreciated.