JSON (.json) File Format
JSON file format
Description
Notes
Examples
References
JSON (JavaScript Object Notation) is a lightweight text-based data standard for describing structured data made of key-value pairs and lists.
As a human-readable format, it offers an alternative to explicitly tagged structured data such as XML.
The JSON package provides tools for parsing and generating JSON expressions.
The general-purpose commands Import and Export also support this format.
Content-Type: application/json
Parse a JSON string as an expression.
Import data from a file in JSON format.
Export data to a JSON file in the home directory of the current user.
[RFC4627] Crockford, D., The application/json Media Type for JavaScript Object Notation (JSON), RFC 4627, July 2006.
See Also
Formats
Download Help Document