View Source Jason.Uo.OrderedObject (jason_uo v1.4.99)

Summary

Functions

Struct implementing a JSON object retaining order of properties.

Types

@type t() :: %Jason.Uo.OrderedObject{values: [{String.Chars.t(), term()}]}

Functions

Link to this function

%Jason.Uo.OrderedObject{}

View Source (struct)

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.