Package | Description |
---|---|
com.restfb.json |
Repackaging of the json.org reference implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonStringer
JsonStringer provides a quick and convenient way of producing JSON text.
|
Modifier and Type | Method and Description |
---|---|
JsonWriter |
JsonWriter.array()
Begin appending a new array.
|
JsonWriter |
JsonWriter.endArray()
End an array.
|
JsonWriter |
JsonWriter.endObject()
End an object.
|
JsonWriter |
JsonWriter.key(String s)
Append a key.
|
JsonWriter |
JsonWriter.object()
Begin appending a new object.
|
JsonWriter |
JsonWriter.value(boolean b)
Append either the value
true or the value false . |
JsonWriter |
JsonWriter.value(double d)
Append a double value.
|
JsonWriter |
JsonWriter.value(long l)
Append a long value.
|
JsonWriter |
JsonWriter.value(Object o)
Append an object value.
|
Copyright © 2014. All rights reserved.