/json_momoa

A streaming JSON parser/encoder written in pure Elixir

Primary LanguageElixir

JSONMomoa

A streaming JSON parser/encoder written in pure Elixir.

Installation

def deps do
  [
    {:json_momoa, "~> 0.1.0"}
  ]
end

Tests

$ mix tests

Documentation

https://hexdocs.pm/json_momoa.

License

Apache 2.0