<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
path: root/test.cudl
blob: b95e6bec46e338a543fcec1f4b3218af75198b0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
	%true
	%false
	[%null %null %false]
	["hello\nfriend\t\tstuff\"" "world"]
	"\U0001f600"
	12
	12.4
	13.456
	123.345e4
	123456789e-8
	{
		testing: "this is a test map"
		i_hope_it_works: {nesting: "nested maps!!!"}
		"here's an interesting key :D": %null
	}
]