reactivemongo.play.json.compat
JSON representation for numbers
JSON representation for numbers
See syntax:
See syntax:
{ "$binary":
{
"base64": "<payload>",
"subType": "<t>"
}
}
See syntax:
See syntax:
{ "$date": { "$numberLong": "<millis>" } }
See syntax:
See syntax:
{ "$code": "<javascript>" }
See syntax:
See syntax:
{
"$code": "<javascript>",
"$scope": { }
}
See syntax:
See syntax:
{ "$maxKey": 1 }
See syntax:
See syntax:
{ "$minKey": 1 }
See syntax:
See syntax:
{ "$oid": "<ObjectId bytes>" }
dsl.objectID
See syntax:
See syntax:
{ "$regularExpression":
{
"pattern": "<regexPattern>",
"options": "<options>"
}
}
See syntax:
See syntax:
{ "$symbol": "<name>" }
dsl.symbol
See syntax:
See syntax:
{ "$timestamp": {"t": <t>, "i": } }`
See syntax:
See syntax:
{ "$undefined": true }
Implicit conversions for value types between
play.api.libs.json
andreactivemongo.api.bson
.Note: Logger
reactivemongo.api.play.json.ValueConverters
can be used to debug.