public class JsonObjectParser extends Constants
| Constructor and Description |
|---|
JsonObjectParser(JsonObjectTextInput jsonObjectTextInput)
Instantiates a new Json object parser.
|
| Modifier and Type | Method and Description |
|---|---|
JsonObjectMapOutput |
parse()
Parse json object literal.
|
clearBetweenBracesAndBrackets, clearBetweenQuotespublic JsonObjectParser(JsonObjectTextInput jsonObjectTextInput)
jsonObjectTextInput - the json object text inputpublic JsonObjectMapOutput parse() throws JsonParseException
JsonParseException - the json parse exceptionCopyright © 2025. All rights reserved.