aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorVitalik Buterin <v@buterin.com>2014-05-09 09:54:48 +0800
committerVitalik Buterin <v@buterin.com>2014-05-09 09:54:48 +0800
commitcbccbf977ca7bde15a661a4b453ea062e62ac856 (patch)
tree8465070b50c283a4c4ed9a72e8c8c126a68d23e3 /TODO
parentedbb8d407ecfbcbb6504659cbd9bdabdb93369e3 (diff)
parent45a0974f6f32511119e40a27042fdd571fe47a16 (diff)
downloaddexon-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--TODO21
1 files changed, 21 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 000000000..08b816b2c
--- /dev/null
+++ b/TODO
@@ -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.
+