extwitter v0.9.2 ExTwitter.JSON
JSON encode/decode wrapper module. It’s separated to isolate the code affected by differences between the JSON libraries.
Link to this section Summary
Functions
Decode json string into elixir objects
Decode json string into elixir objects
Get elixir object for the specified key. Some libraries returns as tuples, and some returns HashDict
Link to this section Functions
Link to this function
decode(json)
Decode json string into elixir objects.
Link to this function
decode!(json)
Decode json string into elixir objects.
Link to this function
get(object, key)
Get elixir object for the specified key. Some libraries returns as tuples, and some returns HashDict.