public class JsonParserUtils extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
JsonParserUtils.Mode |
Modifier and Type | Field and Description |
---|---|
protected static byte |
C_CURLY |
protected static byte |
C_SQUARE |
protected static byte |
JSON_COLON |
protected static byte |
JSON_COMMA |
protected static byte |
JSON_ES |
protected static byte |
JSON_F |
protected static byte |
JSON_MINUS |
protected static byte |
JSON_N |
protected static byte |
JSON_PLUS |
protected static byte |
JSON_ST |
protected static byte |
JSON_T |
protected static byte |
JSON_ZERO |
protected static byte |
O_CURLY |
protected static byte |
O_SQUARE |
protected static byte |
WS_CR |
protected static byte |
WS_LF |
protected static byte |
WS_SPACE |
protected static byte |
WS_TAB |
Constructor and Description |
---|
JsonParserUtils() |
protected static final byte O_CURLY
protected static final byte C_CURLY
protected static final byte O_SQUARE
protected static final byte C_SQUARE
protected static final byte JSON_ST
protected static final byte JSON_T
protected static final byte JSON_F
protected static final byte JSON_N
protected static final byte JSON_ES
protected static final byte JSON_COLON
protected static final byte JSON_COMMA
protected static final byte JSON_MINUS
protected static final byte JSON_PLUS
protected static final byte JSON_ZERO
protected static final byte WS_SPACE
protected static final byte WS_TAB
protected static final byte WS_LF
protected static final byte WS_CR
Copyright © 2017 Couchbase, Inc.. All rights reserved.