Package | Description |
---|---|
com.allanbank.mongodb.bson.json |
Contains a parser of JSON documents based on a JavaCC grammer.
|
Modifier and Type | Method and Description |
---|---|
static Document |
Json.parse(Reader input)
Parses the document from the reader into a BSON
Document . |
static Document |
Json.parse(String input)
Parses the document from the reader into a BSON
Document . |
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.