The First Native Elixir library for JSON encoding and decoding
A NIF-based native components for JASON - blazing fast JSON parser and generator for Elixir.
Ecto.JSON makes Ecto able to use any type of data (Integer, String, List, Map, etc.) which is valid JSON, not only key-value maps.
JSON Schema macro generator
Pandex is a lightweight Elixir wrapper for [Pandoc](http://pandoc.org). Pandex enables you to convert Markdown, CommonMark, HTML, Latex, ...
Plug to cache requests declaratively for either GraphQL or Phoenix, this plug is intended to short circuit all json/decoding or parsing a...
JSONPointer tools
Elixir implementation of JsonLogic
Elixir HTTP client for JSON services
BSON are JSON-like objects with a standard binary serialization. See bsonspec.org
JSON encoder wrapper to handle records and 'undefined'
StableJason is a library for encoding Elixir values to a stable JSON with deterministic sorting for keys.
An incredibly flexible and performant JSON parser, generator and formatter in pure Erlang
A json based SNS/SQS configurator for elixir/phoenix projects
An Elixir wrapper around the erlang json nifs library, Jiffy (github.com/davisp/jiffy)
A pure Elixir implementation of RFC 8785: JSON Canonicalization Scheme (JCS).
A JSON Schema validator with full support for the draft 4 specification and zero dependencies.
`JsonJanitor` sanitizes elixir terms so that they can be serialized to JSON.
Easily parse timestamps using Timex as they are decoded from json by Poison.
Formats logs as JSON, forwards to Logstash via TCP, or to console.
JSON RPC Client/Server, JSON Publisher-Subscriber over AMQP
Ordered JSON (OJSON) - deterministic or stable serialization
Render json easier with relationship and custom data rendering
An Elixir implementation of JSON Patch (RFC 6902)
Client package for accessing JSONApi services
Elixir implementation of JSON Type Definition validation.
Utilities for interacting with decoded JSON in erlang
Convenience functions to work with JOSE (JSON Object Signing and Encryption)
JsonUrl encoding and decoding support
Small but useful wrapper above erlang `jsx` to stream json elements from an Elixir binary stream.
JSON:API library for Plug and Phoenix applications