UBJSON - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


UBJSON (.ubj) File Format

UBJSON file format

 

Description

Notes

Examples

Description

• 

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.

Notes

• 

Content-Type: application/ubjson

Examples

Parse a UBJSON string as an expression.

(1)

(2)

Import data from a file in UBJSON format.

(3)

Export data to a UBJSON file in the home directory of the current user.

(4)

(5)

(6)

(7)

(8)

See Also

Formats

Formats,BSON

Formats,JSON

 


Download Help Document