View Source Jason.OrderedObject (jason v1.4.3)
Summary
Functions
Struct implementing a JSON object retaining order of properties.
Types
@type t() :: %Jason.OrderedObject{values: [{String.Chars.t(), term()}]}
Functions
Struct implementing a JSON object retaining order of properties.
A wrapper around a keyword (that supports non-atom keys) allowing for proper protocol implementations.
Implements the Access
behaviour and Enumerable
protocol with
complexity similar to keywords/lists.