-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try different validator #3
Comments
Would be awesome if the editor also supported hjson - much better for writing it - allows comments, not as strict as json, etc. |
@nyurik We had this discussion many times. I only want to support more languages if we don't cause confusion with the docs(excludes yaml) and supports autocomplete in the editor (which excludes hjson, I think). But I agree that JSON is a terrible language for people to write. |
I guess I might have to invest into hjson schema validator and autocomplete module ... will see :) |
It would be good if we could use validator with better error messages. Right now, we use AJV and the error messages are not very helpful in most cases (#643) |
Maybe a simple option would be to just read the error messages from Monaco and get rid of ajv. |
From https://github.com/vega/vega-editor/issues/191
We would like
The text was updated successfully, but these errors were encountered: