public class JsonArrayParser extends Constants
| Modifier and Type | Method and Description |
|---|---|
static JsonArrayListOutput |
parse(JsonArrayTextInput jsonArrayTextInput)
Parse json array literal.
|
clearBetweenBracesAndBrackets, clearBetweenQuotespublic static JsonArrayListOutput parse(JsonArrayTextInput jsonArrayTextInput) throws JsonParseException
jsonArrayTextInput - the json array text inputJsonParseException - the json parse exceptionCopyright © 2025. All rights reserved.