Skip to content

Commit

Permalink
Remove uneeded backtick (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored and michalmuskala committed Jun 29, 2024
1 parent f3a7075 commit 88a0bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ decoding/encoding roundtrip.
```elixir
already_encoded_json = Jason.encode!(%{hello: "world"})
Jason.encode!(%{foo: Jason.Fragment.new(already_encoded_json)})
````
```

This feature is especially useful if you need to cache a part of the JSON,
or if it is already provided by another system (e.g. `jsonb_agg` with Postgres).
Expand Down

0 comments on commit 88a0bb8

Please sign in to comment.