# `Lotus.JSON`
[🔗](https://github.com/elixir-lotus/lotus/blob/v1.0.0/lib/lotus/json.ex#L1)

JSON encoding and decoding used across Lotus.

Delegates to Elixir's built-in `JSON` module on v1.18 and later, falling
back to `Jason` on earlier versions. Adapters that inline values into a
statement body should escape through here rather than interpolating raw
strings.

# `decode`

# `decode!`

# `encode!`

# `encode_to_iodata!`

# `encoder`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
