-
Notifications
You must be signed in to change notification settings - Fork 185
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
JSON Schema support #45
Comments
Hi Angelo, |
@ralfstx for your information Eclipse WTP JSON is now included in the WTP git repository (it will available for Neon)! So no I think the JsonSchema feature is a very important thing. When do you think could you have time to support #17 in order to get the char positions for every element.? @mickaelistria @dgolovin @vrubezhny @maxandersen @alexeykazakov I think you should follow this issue for WTP JSON. Many thanks @ralfstx for your help. |
@angelozerr I know I promised the streaming API for last year already. I still have it on my list for the next release and hope to get to it soon. |
Thanks @ralfstx for your answer. Is there any chance that you will implement Streaming API? If yes, when you will have time to do that? |
@angelozerr Ok, I guess it's time to make a commitment. I have been working on a draft lately and I'm going to reserve the weekend March 12/13 for finishing it. Thanks for your patience. |
@ralfstx I'm developping a JSON Editor based on WTP https://github.com/angelozerr/eclipse-wtp-json (I will contribute to WTP soon).
I'm supporting JSON Schema for :
by using JSON Schema at http://schemastore.org/
I have developed my own JSON Schema (works only for completion) because every JSON Schema written in Java doesn't support line number where there is an error. It's because the JSON source to validate doesn't contains line number, offset for each JsonValue.
I create this issue because I would liek to know if minimal-json could :
If you are not aware to do that, close this issue and I will create my own minimal-json with those extension.
The text was updated successfully, but these errors were encountered: