Simple Structured Data Format (SSDF)

版本 1.0.0.0 (10.4 KB) 作者: Almar Klein
SSDF is a format for storing structured (scientific) data.
341.0 次下载
更新 2010/10/26

查看许可证

The Simple Structured Data Format (SSDF), is a format for storing structured (scientific) data.

The goal of the format is to be easily readable by humans as well as computers. It is aimed for use in interpreted languages like Python or Matlab, but it can be used in any language that supports the seven datatypes listed below.

Elements in a data structure can be one of seven different data elements, of which the first two are a container element (which can be nested):
* dictionary (an ssdf.Struct object in Python)
* list (of elements with no name)
* (Unicode) string
* float scalar
* int scalar
* (numpy) array of any type and shape
* Null (None)

SSDF has similar goals as JSON, but also enables (relatively) efficient storing of binary data and is much easier to read.

For more information, see http://code.google.com/p/ssdf/.

引用格式

Almar Klein (2026). Simple Structured Data Format (SSDF) (https://ww2.mathworks.cn/matlabcentral/fileexchange/29129-simple-structured-data-format-ssdf), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
版本 已发布 发行说明
1.0.0.0