public class JsonParsing extends Object
| Constructor and Description |
|---|
JsonParsing() |
| Modifier and Type | Method and Description |
|---|---|
protected static char |
eatWhitspace(Reader buffer,
boolean reset) |
static String |
extractJsonMapString(Reader reader) |
static String |
getJsonString(Reader reader) |
public static String extractJsonMapString(Reader reader) throws IOException
IOExceptionpublic static String getJsonString(Reader reader) throws IOException
IOExceptionprotected static char eatWhitspace(Reader buffer, boolean reset) throws IOException
IOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.