Proper Extended JSON serialization added.
The serialization procedures now generate proper Extended Json per the spec.
https://docs.mongodb.com/manual/reference/mongodb-extended-json/
$is canonical but indentedtoJsonStris canonical but minimizedprettyis relaxed and indented
If parsed into proper JsonNode, there is also intepretExtendedJson to move it back to proper BSON.