jsonnext / codemirror-json-schema

A JSONSchema enabled mode for codemirror 6, for json4 and json5, inspired by monaco-json
https://codemirror-json-schema.netlify.app
MIT License
56 stars 9 forks source link

Don't mention root object improvement #101

Closed simonfrayer closed 1 month ago

simonfrayer commented 1 month ago

Add .replaceAll("at `#`", "") to rewriteError in the JSONValidation class. (json-validation.js file)

After line 79: image