public
Description: Conformance checking of JSON values against ECMAScript 4.0 types
Homepage:
Clone URL: git://github.com/osteele/jcon.git
jcon / TODO
100644 27 lines (20 sloc) 0.382 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
= JCon TODO
 
Next:
* docs -- add the README
* check the spec
* add method to display path to mismatch
* rename SimpleType
 
Error detection:
* circular references
* duplicate definitions
 
Test cases:
* recursive types
 
Parser:
* can property name be string?
 
Conformance:
* byte
 
Future:
* function(this:T | T | T= | ... | ...[T]) : T | void
* 'class'
* js implementation
* includes