Package com.rabbitmq.tools.json
Class JSONReader
java.lang.Object
com.rabbitmq.tools.json.JSONReader
Deprecated.
Use a third-party JSON library, e.g. Jackson or Gson
Will be removed in 6.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ObjectDeprecated.private final StringBuilderDeprecated.private charDeprecated.private static final ObjectDeprecated.private static final ObjectDeprecated.Deprecated.private CharacterIteratorDeprecated.private static final ObjectDeprecated.private ObjectDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidadd()Deprecated.private voidadd(char cc) Deprecated.private voidDeprecated.private Objectarray()Deprecated.private charnext()Deprecated.private Objectnumber()Deprecated.private Objectobject()Deprecated.private Objectread()Deprecated.Deprecated.private voidDeprecated.private Objectstring(char sep) Deprecated.Read a string with a specific delimiter (either ' or ")private charunicode()Deprecated.
-
Field Details
-
OBJECT_END
Deprecated. -
ARRAY_END
Deprecated. -
COLON
Deprecated. -
COMMA
Deprecated. -
escapes
Deprecated. -
it
Deprecated. -
c
private char cDeprecated. -
token
Deprecated. -
buf
Deprecated.
-
-
Constructor Details
-
JSONReader
public JSONReader()Deprecated.
-
-
Method Details
-
next
private char next()Deprecated. -
skipWhiteSpace
private void skipWhiteSpace()Deprecated. -
read
Deprecated. -
read
Deprecated. -
object
Deprecated. -
array
Deprecated. -
number
Deprecated. -
string
Deprecated.Read a string with a specific delimiter (either ' or ") -
add
private void add(char cc) Deprecated. -
add
private void add()Deprecated. -
addDigits
private void addDigits()Deprecated. -
unicode
private char unicode()Deprecated.
-