Skip to content
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

Add API to create JSONDocument from a AST #19

Closed
aeschli opened this issue Apr 13, 2018 · 1 comment
Closed

Add API to create JSONDocument from a AST #19

aeschli opened this issue Apr 13, 2018 · 1 comment
Assignees
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Apr 13, 2018

This allows other JSON like languages to reuse the schema capabilities of the service:
validation, completion, hovers...

@aeschli aeschli self-assigned this Apr 13, 2018
@aeschli aeschli added this to the April 2018 milestone Apr 13, 2018
@aeschli
Copy link
Contributor Author

aeschli commented Apr 13, 2018

  • new APIs: newJSONDocument to create a JSON Document from a custom AST
  • new API types: ObjectASTNode, PropertyASTNode, ArrayASTNode, StringASTNode, NumberASTNode, BooleanASTNode, NullASTNode that allow creating a custom AST

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@aeschli and others