Alembic v4.0.0 Alembic View Source

JSONAPI 1.0

Link to this section Summary

Types

Parsed JSON from Poison.decode! or some other decoder

A JSON object

A JSON Pointer as defined in RFC6901

Link to this section Types

Link to this type json() View Source
json() ::
  nil | true | false | list() | float() | integer() | String.t() | json_object()

Parsed JSON from Poison.decode! or some other decoder.

Link to this type json_object() View Source
json_object() :: %{optional(String.t()) => json()}

A JSON object

Link to this type json_pointer() View Source
json_pointer() :: String.t()

A JSON Pointer as defined in RFC6901