Closed cavandavid closed 1 year ago
You are right, I should have used decoder from clj-http for json. I was thinking about not parsing and keywordizing the whole response body as most of it is not needed but yes in any way I would need to decode to json from the response string.
I have added date-time stamp to the generated csv files for historicity. Good catch!
:as json
, and avoided the calls to cheshire/decode and walk/keywordize-keysThis introduced two extra processing of the response body(One during cheshire/decode, other during walk)