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