You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This allows other JSON like languages to reuse the schema capabilities of the service:
validation, completion, hovers...
The text was updated successfully, but these errors were encountered: