/ittf/models/cheatsheets/json/index.ittf.ittf (primary)
edit
1 meta
2 schema json
3 language json
4 element
5 tag {
6 ast
7 category
8 item
9 title Simple object
10 ittf
11 {
12 name "stefi"
13 job "wizzi"
14 item
15 title Complex object
16 ittf
17 {
18 name "stefi"
19 job "wizzi"
20 [ friends
21 "arthur"
22 "marius"
23 "george"
24 { states
25 id 1
26 name "Washington"
27 item
28 title Error: invalid root node
29 is-error true
30 ittf
31 version "2.1"
32 item
33 title Error: missing property name
34 is-error true
35 ittf
36 {
37 name "stefi"
38 {
39 id 1
40 name "Washington"
41 element
42 tag [
43 ast
44 category
45 item
46 title Array of scalars
47 ittf
48 [
49 "alpha"
50 "beta"
51 1
52 true
53 item
54 title Array of objects
55 ittf
56 [
57 {
58 id 1
59 name "george"
60 {
61 id 2
62 name "mildred"
63 item
64 title Array of arrays of scalars
65 ittf
66 [
67 [
68 "sigma"
69 "tau"
70 [
71 "nexus"
72 "plexus"
73 item
74 title Array of arrays of objects
75 ittf
76 [
77 [
78 {
79 id 1
80 letter "delta"
81 {
82 id 2
83 letter "gamma"
84 [
85 {
86 id 1
87 letter "lambda"
88 {
89 id 1
90 letter "omega"