MongoDB\BSON\Document::fromJSON
(mongodb >=1.16.0)
MongoDB\BSON\Document::fromJSON — Construct a new document instance from a JSON string
Description
Converts an » extended JSON string to its BSON representation.
Parameters
json(string)JSON value to be converted.
Return Values
Returns a new MongoDB\BSON\Document instance.
Errors/Exceptions
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.
- Throws MongoDB\Driver\Exception\UnexpectedValueException if the JSON value cannot be converted to a BSON document (e.g. due to a syntax error).
See Also
- MongoDB\BSON\Document::fromPHP() - Construct a new document instance from PHP data
- MongoDB\BSON\Document::fromBSON() - Construct a new document instance from a BSON string
- » MongoDB Extended JSON
- » BSON Types
↑ and ↓ to navigate • Enter to select • Esc to close • / to open