We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This:
(charred.api/write-json-str {{:a :b} {:c :d}})
Results in this:
Execution error (CharredException) at charred.JSONWriter/writeMap (JSONWriter.java:189). JSON encoding error - Map keys must be strings
My expectation is that {:a :b} would be stringified. It's not immediately obvious to me how to work around this
{:a :b}
The text was updated successfully, but these errors were encountered:
Well that won't round trip -- but neither do keyword map keys -- I agree that it should apply str as opposed to exception.
Sorry, something went wrong.
No branches or pull requests
This:
Results in this:
My expectation is that
{:a :b}
would be stringified. It's not immediately obvious to me how to work around thisThe text was updated successfully, but these errors were encountered: