ex_trello v0.2.1 ExTrello.JSON

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

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

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.