Skip to content

An Elixir wrapper around the jiffy erlang json nifs library

License

Notifications You must be signed in to change notification settings

lilrooness/eljiffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An Elixir wrapper around the jiffy erlang json nifs library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages