rocketraman
02/25/2021, 2:01 PMjson {
"foo" to "bar",
"baz" to json {
"gaz" to "gar"
}
}
Now it seems its a lot more verbose, with calls to put
. Was that intentional, or am I missing something?Dominaezzz
02/25/2021, 2:35 PMto
was problematic because you could accidentally import the wrong one from the standard library and it would silently fail to work.rocketraman
02/25/2021, 3:40 PMPaul Griffith
02/26/2021, 11:42 PMPaul Griffith
02/26/2021, 11:43 PMPaul Griffith
02/26/2021, 11:43 PM