-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.temple
58 lines (58 loc) · 892 Bytes
/
test.temple
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"\"quotation marks\" in \"key\"",i32:1234
,"bar",comp:
{"baz",i64:124380867045036}
,"compound array",comp:
[
{"a key",s:"A value"}
,
{
"a key",s:"A value 2"
,"array",comp:
[
{
"bar",i32:2
,"foo",i32:1
}
]
}
,
{"foo",s:"bar"}
,
{"foo",s:"bar2"}
]
,"compound array 2",comp:
[
{"a key",s:"A value"}
,
{"a key",s:"A value 2"}
]
,"foo",comp:
{
"a string",s:"Hello, World"
,"another valid string",s:"This is legal too"
,"bar",i32:[-1, -2, 3, 4]
,"empty array",i32:[]
,"more objects",comp:
{
"foo",s:"bar"
,"value",f64:3.1400000000000001
,"value as float",f32:3.1400001
}
,"unsigned values",u32:[1, 2, 3, 4]
,"xxx",s:"more stuff"
,"yyy",s:"more stuff"
}
,"goo",comp:
{"key",i32:12456}
}
,
{
"empty array",comp:
[]
,"empty compound",comp:
{}
,"property",s:""
}
]