a nil:
nil
a number:
1
a string:
"a string"
a keyword:
:kywd
a bool:
true
a function:
fn
a list:
'()
1
2
3
4
a vector:
[]
1
2
3
a hash-set:
#{}
1
2
3
a nested vector:
[]
1
2
[]~3
7
a hash-map:
{}
:a
1
:b
2
a nested hash-map:
{}
:a
1
:b
{}~3
a mixed data:
{}
:a
[]~3
an element
{}
:name
:div
:respo-node
:element
:coord
nil
:attrs
'()
:style
'()
:event
{}
:children
'()~2
States: nil