| Modifier and Type | Method and Description |
|---|---|
static JsonParser.JsonParserContext<Object> |
JsonParser.any()
Parses any object from a source.
|
static JsonParser.JsonParserContext<JsonArray> |
JsonParser.array()
Parses a
JsonArray from a source. |
static JsonParser.JsonParserContext<JsonObject> |
JsonParser.object()
Parses a
JsonObject from a source. |
JsonParser.JsonParserContext<T> |
JsonParser.JsonParserContext.withLazyNumbers()
Parses numbers lazily, allowing us to defer some of the cost of
number construction until later.
|
Copyright © 2020. All rights reserved.