Skip to content

Commit 148e193

Browse files
committed
chore: update README with backend notice
1 parent 548554b commit 148e193

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@ by adding `json5` to your list of dependencies in `mix.exs`:
2929
```elixir
3030
def deps do
3131
[
32-
{:json5, "~> 0.1.0"}
32+
{:json5, "~> 0.2.0"}
3333
]
3434
end
3535
```
3636

3737
## Note
3838

3939
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

Comments
 (0)