Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed 1- and 2-argument forms of parse-string-strict.
When called with only 1 or 2 arguments, parse-string-strict deferred its work to the 4-argument form of parse-string instead of parse-string-strict (thus still decoding top-level arrays as lazy seqs instead of vectors). Finishes fixing #46 and #48.
- Loading branch information