Code covered by the BSD License  

Highlights from
Simple Structured Data Format (SSDF)

Be the first to rate this file! 2 Downloads (last 30 days) File Size: 10.4 KB File ID: #29129

Simple Structured Data Format (SSDF)

by Almar Klein

 

26 Oct 2010

SSDF is a format for storing structured (scientific) data.

| Watch this File

File Information
Description

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/.

MATLAB release MATLAB 7.11 (2010b)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
file format Almar Klein 26 Oct 2010 11:49:38
simple Almar Klein 26 Oct 2010 11:49:38
python Almar Klein 26 Oct 2010 11:49:38
ssdf Almar Klein 26 Oct 2010 11:49:38
io Almar Klein 26 Oct 2010 11:49:38

Contact us at files@mathworks.com