UBJSON (.ubj) File Format
UBJSON file format
Description
Notes
Examples
UBJSON (Universal Binary JSON) is a binary data standard for describing structured data made of key-value pairs and lists based on the JSON standard.
The general-purpose commands Import and Export permit parsing and generating UBJSON files and expressions.
Content-Type: application/ubjson
Parse a UBJSON string as an expression.
Import data from a file in UBJSON format.
Export data to a UBJSON file in the home directory of the current user.
See Also
Formats
Formats,BSON
Formats,JSON
Download Help Document