Parses EDN data, offering functions to read from character sequences or strings. Supports built-in tags like #inst and #uuid, with user tags support planned.
fun readEdn(seq: Sequence<Char>): Any?
fun readEdn(edn: String): Any?