README.md

# ResxJSON
A JSON encoding/decoding transformer for [resx](https://github.com/ScrimpyCat/Resx)

Installation
------------

```elixir
def deps do
    [{ :resx_json, "~> 0.1.0" }]
end
```