Jaxon v2.0.0-alpha.2 Jaxon.Event View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: :start_object | :end_object | :start_array | :end_array | {:string, binary()} | {:integer, integer()} | {:decimal, float()} | {:boolean, boolean()} | nil | {:incomplete, binary()} | {:incomplete, {:integer, integer()}, binary()} | {:incomplete, {:decimal, float()}, binary()} | {:yield, [Jaxon.Event.t()], binary()} | {:error, binary()} | :colon | :comma | :end