ExTwitter.JSON

JSON encode/decode wrapper module. It’s separated to isolate the code affected by differences between the JSON libraries.

Summary

decode!(json)

Decode json string into elixir objects

decode(json)

Decode json string into elixir objects

get(object, key)

Get elixir object for the specified key. Some libraries returns as tuples, and some returns HashDict

Functions

decode(json)

Decode json string into elixir objects.

decode!(json)

Decode json string into elixir objects.

get(object, key)

Get elixir object for the specified key. Some libraries returns as tuples, and some returns HashDict.