Appearance
https://microsoft.github.io/monaco-editor/docs.html#types/languages.json.JSONDocument.html
JSONDocument: { root: ASTNode | undefined; getNodeFromOffset(offset, includeRightBound?): ASTNode; }
undefined
getNodeFromOffset(offset, includeRightBound?): ASTNode
offset
number
includeRightBound
boolean