| Package | Description |
|---|---|
| twitter4j |
general package for Twitter4J
|
| Modifier and Type | Method and Description |
|---|---|
JSONStringer |
JSONStringer.array()
Begins encoding a new array.
|
JSONStringer |
JSONStringer.endArray()
Ends encoding the current array.
|
JSONStringer |
JSONStringer.endObject()
Ends encoding the current object.
|
JSONStringer |
JSONStringer.key(String name)
Encodes the key (property name) to this stringer.
|
JSONStringer |
JSONStringer.object()
Begins encoding a new object.
|
JSONStringer |
JSONStringer.value(boolean value)
Encodes
value to this stringer. |
JSONStringer |
JSONStringer.value(double value)
Encodes
value to this stringer. |
JSONStringer |
JSONStringer.value(long value)
Encodes
value to this stringer. |
JSONStringer |
JSONStringer.value(Object value)
Encodes
value. |
Copyright © 2018. All rights reserved.