MongoDB\BSON\Decimal128::jsonSerialize

Returns a representation that can be converted to JSON

Description

final public mixed MongoDB\BSON\Decimal128::jsonSerialize ( void )

Parameters

This function has no parameters.

Return Values

Returns data which can be serialized by json_encode to produce the » extended JSON representation of the MongoDB\BSON\Decimal128.

Errors/Exceptions

  • Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.

See Also