View Source JOSE.Poison.LexicalEncoder protocol (JOSE v1.11.10)

Summary

Types

t()

All the types that implement this protocol.

Types

@type options() :: %{
  optional(:escape) => escape(),
  optional(:pretty) => pretty(),
  optional(:indent) => indent(),
  optional(:offset) => offset(),
  optional(:strict_keys) => strict_keys()
}
@type t() :: term()

All the types that implement this protocol.

Functions

@spec encode(t(), options()) :: iodata()