# Functions

JSONString returns a formatted string representation of an ordered JSON.
NewMap is a create new ordered "map" instance.
ParseOrderedJSON parses JSON preserving order in maps.

# Structs

OJsonKeyValuePair is a key-value pair in a JSON map.
OJsonMap is an ordered map, actually a list of key value pairs.
OJsonString is a JSON string value.

# Interfaces

OJsonObject is an ordered JSON tree object interface.

# Type aliases

OJsonBool is a JSON bool value.
OJsonList is a JSON list.