-
Class Summary
Class |
Description |
Json |
Json provides a simplified interface for parsing JSON documents into BSON
Document s and also serializing BSON Document s into JSON text.
|
-
Exception Summary
Exception |
Description |
ParseException |
This exception is thrown when parse errors are encountered.
|
Package com.allanbank.mongodb.bson.json Description
Contains a parser of JSON documents based on a JavaCC grammer. The intent of this
parser is not to create a fully validating JSON/ECMAScript parser but instead to provide
a simplified parser that accepts most valid documents and output BSON Documents. The
parsers may also accept invalid documents.
- See Also:
- JavaCC
- Copyright ©:
- 2012-2013, Allanbank Consulting, Inc., All Rights Reserved