mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
WEB-20555 JSON Schema: recognize comments
This commit is contained in:
@@ -24,6 +24,7 @@ public class JsonSchemaReader {
|
||||
|
||||
public JsonSchemaObject read(@NotNull final Reader reader) throws IOException {
|
||||
final JsonReader in = new JsonReader(reader);
|
||||
in.setLenient(true);
|
||||
|
||||
in.beginObject();
|
||||
final JsonSchemaObject object = new JsonSchemaObject();
|
||||
|
||||
Reference in New Issue
Block a user