View Source JOSE.Poison.LexicalEncoder protocol (JOSE v1.11.10)
Summary
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.