You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#lang jsonic-demo
|
|
// a line comment
|
|
[
|
|
@$ 'null $@,
|
|
@$ #f $@,
|
|
@$ #t $@,
|
|
@$ (* 6 7) $@,
|
|
@$ "string" $@,
|
|
@$ (list "array" "of" "strings") $@,
|
|
@$ (hash 'key-1 42
|
|
'key-2 "value"
|
|
'key-3 (hash 'subkey 21)) $@
|
|
] |