|
Poison.decode!(json, keys: :atoms) |
Given the possible issues with converting keys to atoms when parsing JSON (see below) consider other options. This might not be an issue since the possible atoms are limited by the APIs.
https://blog.pryin.io/how-to-dos-your-elixir-app-with-twitter-and-atoms
extracker/lib/extracker/json.ex
Line 11 in 79bb2a2
Given the possible issues with converting keys to atoms when parsing JSON (see below) consider other options. This might not be an issue since the possible atoms are limited by the APIs.
https://blog.pryin.io/how-to-dos-your-elixir-app-with-twitter-and-atoms