Closed joooeey closed 1 year ago
I'd like to point out that the current behavior is still technically incorrect. The GUI at jsoncrack.com/editor mentions an "Invalid Format". However, the format given in the example may be perfectly valid. Specifically, JSON-Crack doesn't know the schema that's allegedly defined at tag:example.com,2023
, so it can't say whether the JSON is valid or not. Furthermore, the $schema
property does not need to be resolvable.
This issue is now a lot more minor than what I originally reported. The important thing is that I can see the visualization now. Great work!
Issue description
Example code:
In VS code I get the problem "Unable to load schema from 'tag:example.com,2023' [...]". And no output is shown. I think this treatment is incorrect because:
"$schema": "https://geojson.org/schema/Geometry.json
but not in VS Code).Media & Screenshots
No response
Operating system
Platform-independent. (jsoncrack.com/editor and VS Code, Linux and Windows)
Priority this issue should have
Low (slightly annoying)