There was an error while loading. Please reload this page.
nil
true
false
\c
"c"
"some string"
:keyword-homie
:"keyword-homie"
symbol
EDN::Type::Symbol.new("symbol")
String
666
-6.66
(1 2 3)
EDN::Type::List.new([1, 2, 3])
Array
[1 2 3]
[1, 2, 3]
{:a 1 :b 2}
{:a => 1, :b => 2}
#{1 2 3}
Set.new([1 2 3])
#app/unknown-tag ["hello"]
EDN::Type::Unknown.new("app/unknown-tag", ["hello"])
tag
value
#inst
#inst "2012-09-04 10:00:00"
DateTime.parse("2012-09-04 10:00:00")
#uuid
#uuid "550e8400-e29b-41d4-a716-446655440000"
EDN::Type::UUID.new("550e8400-e29b-41d4-a716-446655440000")