| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.commons.json |
| Modifier and Type | Class and Description |
|---|---|
class |
JsopBuilder
A builder for Json and Jsop strings.
|
class |
JsopStream
A fast Jsop writer / reader.
|
| Modifier and Type | Method and Description |
|---|---|
JsopWriter |
JsopWriter.append(JsopWriter diff)
Append all entries of the given writer.
|
JsopWriter |
JsopWriter.array()
Append '['.
|
JsopWriter |
JsopWriter.encodedValue(String raw)
Append an already encoded value.
|
JsopWriter |
JsopWriter.endArray()
Append ']'.
|
JsopWriter |
JsopWriter.endObject()
Append '}'.
|
JsopWriter |
JsopWriter.key(String key)
Append the key (in quotes) plus a colon.
|
JsopWriter |
JsopWriter.newline()
Append a newline character.
|
JsopWriter |
JsopWriter.object()
Append '{'.
|
JsopWriter |
JsopWriter.tag(char tag)
Append a Jsop tag character.
|
JsopWriter |
JsopWriter.value(boolean b)
Append the boolean value 'true' or 'false'.
|
JsopWriter |
JsopWriter.value(long x)
Append a number.
|
JsopWriter |
JsopWriter.value(String value)
Append a string or null.
|
| Modifier and Type | Method and Description |
|---|---|
JsopWriter |
JsopWriter.append(JsopWriter diff)
Append all entries of the given writer.
|
JsopStream |
JsopStream.append(JsopWriter w) |
JsopBuilder |
JsopBuilder.append(JsopWriter buffer)
Append all entries of the given buffer.
|
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.