Allow JSON response body to use symbols instead of strings
Open
- Dominant language
- Ruby
- Stars
- 364
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
Ruby stdlib JSON lib provides the configuration option `symbolize_names`: http://ruby-doc.org/stdlib-2.3.0/libdoc/json/rdoc/JSON.html#method-i-parse
It would be really nice if `Unirest` provided a configuration option (either default or per-request) to hook into this, removing the need to manually symbolize the keys on the response body.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.