| Interface | Description |
|---|---|
| CookJsonGenerator |
Add two binary related functions not present in JsonGenerator.
|
| CookJsonParser |
| Class | Description |
|---|---|
| BinaryFormat | |
| BOM |
BOM (Byte Order Mark)
is used to indicate the encoding of the input.
|
| BsonFixLength |
This is a simple utility class that updates the length for Document / Array
entries in a BSON file.
|
| BsonGenerator |
A simple implementation of JsonGenerator that generates
output in BSON format.
|
| BsonParser |
This is a simple implementation of JsonParser for BSON format.
|
| ConvertJson |
An extremely simple utility that dumps converts between different JSON files
formats.
|
| CookJsonProvider |
A JsonProvider supports both JSON and BSON format.
|
| DoubleUtils |
The algorithm and code used here are from
Jaffer, Aubrey.
|
| FixBson |
This file fixes the streaming BSON file's length value for Document / Array
types.
|
| JsonPathProvider |
This class is a very simple javax.json based Jayway
JsonProvider. |
| JsonStructureParser | |
| PrettyTextJsonGenerator |
This JsonGenerator behaves much like
TextJsonGenerator except that
the output is formatted for improved readability. |
| Quote |
This class put a string in a double quote, escape characters as necessary.
|
| TextJsonGenerator |
This is a straightforward implementation of text based JSON output in
space saving format.
|
| TextJsonParser |
This JsonParser adds the ability to allow parse JavaScript line and
block comments.
|
| UTF8TextJsonParser |
This parser is much like TextJsonParser, except that it only works on UTF-8
InputStream.
|
| Utils |
Copyright © 2016. All rights reserved.