Package | Description |
---|---|
com.allanbank.mongodb.bson.json |
Contains a parser of JSON documents based on a JavaCC grammer.
|
com.allanbank.mongodb.error |
Exceptions for common MongoDB error conditions.
|
Modifier and Type | Method and Description |
---|---|
static String |
Json.serialize(DocumentAssignable document)
Serializes the
Document to an equivalent JSON document. |
static void |
Json.serialize(DocumentAssignable document,
Writer sink)
Serializes the
Document to an equivalent JSON document. |
Modifier and Type | Class and Description |
---|---|
class |
JsonParseException
JsonParseException provides an exception to throw when parsing a JSON
document fails.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.