| Package | Description |
|---|---|
| tr.com.terrayazilim.json.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonBuffer |
| Modifier and Type | Method and Description |
|---|---|
JsonWriter |
JsonWriter.beginArray()
Begin appending a new beginArray.
|
JsonWriter |
JsonWriter.beginObject()
Begin appending a new beginObject.
|
JsonWriter |
JsonWriter.endArray()
End an beginArray.
|
JsonWriter |
JsonWriter.endObject()
End an beginObject.
|
JsonWriter |
JsonWriter.key(String string)
Append a key.
|
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 object)
Append an beginObject value.
|
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.