materiahq / ngx-monaco-editor

Monaco Editor Library for Angular v6 and above
MIT License
159 stars 35 forks source link

Does it support json schemas? #22

Closed faramos closed 4 years ago

jmarc-roy commented 4 years ago

Hi @faramos,

Yes monaco-editor support json schemas.

You can find the official example here: https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-configure-json-defaults.

With our library set the language to json: MonacoEditorComponent.options = {language: 'json'}.