Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add {:as :json-strict} option for strict JSON parsing #173

Closed
maxnoel opened this issue Jan 9, 2014 · 0 comments
Closed

Add {:as :json-strict} option for strict JSON parsing #173

maxnoel opened this issue Jan 9, 2014 · 0 comments

Comments

@maxnoel
Copy link
Contributor

maxnoel commented Jan 9, 2014

The current client/get function parses the body lazily when {:as :json} is set, which returns a lazy seq when the top-level JSON element is an array. Please add an alternative {:as :json-strict} that parses strictly (thus returning vectors for top-level arrays).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant