/elixir-json

Native JSON library for Elixir

Primary LanguageElixirBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Elixir JSON

This library provides a natively implemented JSON encoder and decoder for Elixir.

All contributions are welcome.

Examples

  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"]}

License

The Elixir JSON library is available under the BSD 3-Clause aka "BSD New" license