pub fn read_string(edn: &str) -> Result<Edn<'_>, Error>
Reads one object from the &str.
See crate::error::Error.
crate::error::Error