BSON (.bson) File Format
BSON file format
Description
Notes
Examples
BSON (Binary JSON) is a binary data standard for describing structured data made of key-value pairs, lists, and various scalar data types, inspired by the JSON standard.
The general-purpose commands Import and Export permit parsing and generating BSON files and expressions.
Specifically, BSON byte arrays are mapped to Arrays and and BSON date/time values are mapped to Time objects.
Content-Type: application/bson
Parse a BSON string as an expression.
Import data from a file in BSON format.
Export data to a BSON file in the home directory of the current user.
See Also
Formats
Formats,JSON
Formats,UBJSON
Download Help Document