Fork me on GitHub
#re-frame
<
2023-05-31
>
joshcho07:05:50

Where is the best place/way to keywordize the keys of a json http response?

p-himik07:05:10

Usually it's done by the underlying HTTP client library, if there is one, or the effect handler. E.g. see here: https://github.com/superstructor/re-frame-fetch-fx#response-content-types

👍 2