API Reference rustyjson v#0.3.10

Copy Markdown View Source

Modules

A high-performance JSON library for Elixir powered by Rust NIFs.

Exception raised when JSON decoding fails.

JSON decoding module, compatible with Jason's Decoder module.

Low-level encoding functions, compatible with Jason's Encode module.

Exception raised when JSON encoding fails.

Protocol controlling how a value is encoded to JSON.

Pretty-printing and minimizing functions for JSON-encoded data.

Represents pre-encoded JSON that should be injected directly into output.

Compile-time helpers for JSON encoding, compatible with Jason's Helpers module.

An ordered JSON object that preserves key insertion order.

JSON sigils for convenient JSON literals, compatible with Jason's Sigil module.