# Functions
MarshalAndSortJSON sorts alphabetically the json representation of an interface and returns its marshaled value.
MustMarshalAndSortJSON panics if MarshalAndSortJSON fails.
# Structs
MarshalWrapper wraps an interface value and its corresponding string type.
UnmarshalWrapper wraps a json raw message and its corresponding string type.