parse-next+string
function
edamame.core/parse-next+string
(parse-next+string [reader] [reader normalized-opts])Parses next form from reader. Accepts same opts as `parse-string`,
but must be normalized with `normalize-opts` first.
Returns read value + string read (whitespace-trimmed).
Examples
No examples yet. Be the first to add one!