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

Client: json-strict support #175

Merged
merged 3 commits into from
Jan 16, 2014
Merged

Client: json-strict support #175

merged 3 commits into from
Jan 16, 2014

Conversation

maxnoel
Copy link
Contributor

@maxnoel maxnoel commented Jan 13, 2014

Added support for Cheshire's decode-strict, now triggered with
(client/get ... {:as :json-strict}). Note that :auto and
:json-string-keys both default to non-strict parsing (unchanged).

Cheshire 5.3.1 is required (5.3.0's decode-strict is buggy).

Fixes #173.

Added support for Cheshire's decode-strict, now triggered with
(client/get ... {:as :json-strict}). Note that :auto and
:json-string-keys both default to non-strict parsing (unchanged).

Cheshire 5.3.1 is required (5.3.0's decode-strict is buggy).

Fixes #173.
@dakrone dakrone merged commit 17b4e30 into dakrone:master Jan 16, 2014
@dakrone
Copy link
Owner

dakrone commented Jan 16, 2014

Merged, thanks!

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

Successfully merging this pull request may close these issues.

2 participants