Packages

JSON encoding/decoding transformer for the resx library

Current section

Files

Jump to
resx_json README.md
Raw

README.md

# ResxJSON
A JSON encoding/decoding transformer for [resx](https://github.com/ScrimpyCat/Resx)
Installation
------------
```elixir
def deps do
[{ :resx_json, "~> 0.2.1" }]
end
```