Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 706 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 706 Bytes

Eljiffy

Compatible json_decoder for Plug.Parsers.JSON since v1.1.0

Eljiffy (Elixir Jiffy) is an Elixir wrapper around the erlang JSON nif library Jiffy. It also provides functions to convert json to maps directly rather than having to pass the option return_maps explicitly (https://github.com/davisp/jiffy)

Installation

The package can be installed by adding eljiffy to your list of dependencies in mix.exs:

def deps do
  [
    {:eljiffy, "~> 1.3.0"}
  ]
end

Documentation can be generated with ExDoc The docs can be found at https://hexdocs.pm/eljiffy/1.0.0/Eljiffy.html.