# superjson v0.1.0 - Table of Contents

> A SuperJSON decoder and encoder for Elixir, enabling seamless rehydration of complex JS/TS types
(Dates, MapSets, Maps, BigInts, Regexps, and referential equalities) from SuperJSON payloads.

## Modules

- [SuperJSON](SuperJSON.md): SuperJSON encoder and decoder for Elixir.
- [SuperJSON.Path](SuperJSON.Path.md): Helper module for parsing and stringifying SuperJSON dot-notated and escaped path strings
(e.g., `"user.created_at"`, `"items.0.name"`, `"a\.1.b"`, `"a\\\.1.b"`).

