Would be cool if the Json Schema Parser was either exposed as an export or extracted to a separate package. Currently I've created my [own package](https://github.com/vscode-contrib/jsonc/tree/master/src) for the schema parser [from this project](https://github.com/Microsoft/vscode-json-languageservice/blob/master/src/parser/jsonParser.ts) so it can be re-used in [version-codelens](https://github.com/vscode-contrib/vscode-versionlens) extension.