Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BsonToExtJSON ¶
BsonToExtJSON converts a BSON byte slice into an extended JSON string. If canonical is true, it will output canonical extended JSON. Otherwise, it will output relaxed extended JSON.
func ParseArrayToBuilder ¶
func ParseArrayToBuilder(s string) (*builder.ArrayBuilder, error)
ParseArrayToBuilder parses a JSON array string into a *builder.ArrayBuilder.
func ParseObjectToBuilder ¶
func ParseObjectToBuilder(s string) (*builder.DocumentBuilder, error)
ParseObjectToBuilder parses a JSON object string into a *builder.DocumentBuilder.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.