1 $group
2 $
3 var sect = {
4 title: 'Json built-in schema'
5 };
6 section( §)
7 ittf-panel
8 schema json
9 title Sample json ITTF Document
10 ittf
11 {
12 name "v3-docs"
13 version "0.0.1"
14 description "Wizzi factory documentation."
15 scripts
16 {
17 test "mocha tests/**/*.js"
18 start "node index"
19 dependencies
20 {
21 async "^2.4.0"
22 json-stringify-safe "^5.0.1"
23 ...
24 sampleArray
25 [
26 'alfa'
27 'beta'
28 div
29 + Coding rules
30 ul
31 li The root node must be an open graph.
32 li Ittf node names may contain
33 ul
34 li Property names.
35 li Open graph for start of object.
36 li Open bracket for start of array.
37 li Array elements primitive values.
38 li Ittf node values must contain property values when the node name is
39 \b a property name, nothing in the other cases.
40 p ( It is assumed that one knows
41 a json format rules
42 href http://www.json.org/
43 span )