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 Object
Deprecated.private final StringBuilder
Deprecated.private char
Deprecated.private static final Object
Deprecated.private static final Object
Deprecated.Deprecated.private CharacterIterator
Deprecated.private static final Object
Deprecated.private Object
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
add()
Deprecated.private void
add
(char cc) Deprecated.private void
Deprecated.private Object
array()
Deprecated.private char
next()
Deprecated.private Object
number()
Deprecated.private Object
object()
Deprecated.private Object
read()
Deprecated.Deprecated.private void
Deprecated.private Object
string
(char sep) Deprecated.Read a string with a specific delimiter (either ' or ")private char
unicode()
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.
-