public class ChunksFormatter extends Object
| Constructor and Description |
|---|
ChunksFormatter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
bool(String v,
boolean isLast)
Bool string.
|
static String |
braces(String v,
boolean isLast)
Braces string.
|
static String |
brackets(String v,
boolean isLast)
Brackets string.
|
static String |
key(String v,
boolean isLast)
Key string.
|
static String |
nulll(String v,
boolean isLast)
Nulll string.
|
static String |
number(String v,
boolean isLast)
Number string.
|
static String |
quotes(String v,
boolean isLast)
Quotes string.
|
public static String key(String v, boolean isLast) throws JsonParseException
v - the visLast - the is lastJsonParseException - the json parse exceptionpublic static String quotes(String v, boolean isLast) throws JsonParseException
v - the visLast - the is lastJsonParseException - the json parse exceptionpublic static String brackets(String v, boolean isLast) throws JsonParseException
v - the visLast - the is lastJsonParseException - the json parse exceptionpublic static String braces(String v, boolean isLast) throws JsonParseException
v - the visLast - the is lastJsonParseException - the json parse exceptionpublic static String number(String v, boolean isLast) throws JsonParseException
v - the visLast - the is lastJsonParseException - the json parse exceptionpublic static String bool(String v, boolean isLast) throws JsonParseException
v - the visLast - the is lastJsonParseException - the json parse exceptionpublic static String nulll(String v, boolean isLast) throws JsonParseException
v - the visLast - the is lastJsonParseException - the json parse exceptionCopyright © 2025. All rights reserved.