Benutzer-Werkzeuge

Webseiten-Werkzeuge


fileformats:json

Dies ist eine alte Version des Dokuments!


Json data format

The „.json“-fileformat is a human readable object oriented format, mainly usful for import/export. The fileformat is not very compact, so you can expect very big files and it is time consuming to work with them.

Example

{ 
  "trial": {
     "frames": [{},{},...],
     "phases": [{"name": "RStride", "start": 100, "end": 200},...],
     "events": [{"name": "RHS", "pos": 100},...]
  }
}

Phases or events are saved only if available.

At the time not all informations saved in a trial are exported into Json-files. Missing parts can be added easay if needed.

fileformats/json.1513778442.txt.gz · Zuletzt geändert: 2017/12/20 15:00 von oliver

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki