We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548554b commit 148e193Copy full SHA for 148e193
README.md
@@ -29,11 +29,13 @@ by adding `json5` to your list of dependencies in `mix.exs`:
29
```elixir
30
def deps do
31
[
32
- {:json5, "~> 0.1.0"}
+ {:json5, "~> 0.2.0"}
33
]
34
end
35
```
36
37
## Note
38
39
This library is now quite slow. So only use it when you really need json5 or for input that is only loaded once (for instance configuration).
40
+
41
+From version 0.2.0 there different backends you can use for decoding. Check the [docs](https://hexdocs.pm/json5/Json5.html#decode/2) for more info.
0 commit comments