| Class | Description |
|---|---|
| ByteBufJsonParser |
Query value for json pointers in a ByteBuf Strictly works on utf8.
|
| JsonArrayByteBufProcessor |
Process JSON array
|
| JsonBOMByteBufProcessor |
Processes byte order mark.
|
| JsonBooleanFalseByteBufProcessor |
Processes JSON false value
|
| JsonBooleanTrueByteBufProcessor |
Processes JSON true value
|
| JsonNullByteBufProcessor |
Processes JSON null value
|
| JsonNumberByteBufProcessor |
Process JSON number
|
| JsonObjectByteBufProcessor |
Processes JSON object value
|
| JsonParserUtils | |
| JsonPointer |
Represents a pointer
|
| JsonPointerTree | |
| JsonStringByteBufProcessor |
Processes JSON String value
|
| JsonWhiteSpaceByteBufProcessor |
Processes JSON ws
|
| Enum | Description |
|---|---|
| JsonParserUtils.Mode |
Copyright © 2017 Couchbase, Inc.. All rights reserved.