Json't is a JSON encoder/decoder for Elixir. Building on the incredible
work of serde_json
and V8, Json't is able to achieve correct,
lightning fast results.
{:ok, bin} = Jsont.encode("Hello, world!")
{:ok, term} = Jsont.decode(~s("Hello, world!"))