This library provides a natively implemented JSON encoder and decoder for Elixir.
All contributions are welcome.
JSON.encode([result: "this will be a elixir result"])
"{\"result\":\"this will be a elixir result\"}"
JSON.decode("{\"result\":\"this will be a elixir result\"}")
{:ok, [result: "this will be a elixir result"]}
The Elixir JSON library is available under the BSD 3-Clause aka "BSD New" license