-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support json-type (:hash-table object) #11
Conversation
For a project of mine, I developed a bit more advanced solution where you can specify the hash-table key-type as well: This is my version:
|
Are you sure that the "spec" allows for keys other than strings? |
Actually you're right: keys in JSON Objects can only be strings. So your version is superior. |
This looks good to me, but would you consider adding a unit test? |
Added decoding, tests and updated the documentation. |
You should probably squash the changes into one commit and rebase on master. |
Done |
Allow json-type of (:hash-table object)