diff options
author | Vitalik Buterin <v@buterin.com> | 2014-05-09 09:54:48 +0800 |
---|---|---|
committer | Vitalik Buterin <v@buterin.com> | 2014-05-09 09:54:48 +0800 |
commit | cbccbf977ca7bde15a661a4b453ea062e62ac856 (patch) | |
tree | 8465070b50c283a4c4ed9a72e8c8c126a68d23e3 /TODO | |
parent | edbb8d407ecfbcbb6504659cbd9bdabdb93369e3 (diff) | |
parent | 45a0974f6f32511119e40a27042fdd571fe47a16 (diff) | |
download | dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.tar dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.tar.gz dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.tar.bz2 dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.tar.lz dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.tar.xz dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.tar.zst dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.zip |
New commit
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +- Move over to standard & clear JSON format: + +All files should be of the form: + +{ + "test1name": + { + "test1property1": ..., + "test1property2": ..., + ... + }, + "test2name": + { + "test2property1": ..., + "test2property2": ..., + ... + } +} + +Arrays are allowed, but don't use them for sets of properties - only use them for data that is clearly a continuous contiguous sequence of values. + |