# Functions
NewJSONStreamWriter is the constructor for a JSONStreamWriter.
NewTransformer is the constructor for a Transformer.
SortSlice sorts a slice of any values, ordered by their JSON representations.
# Structs
JSONStreamWriter writes tokens as parsed by a json.Decoder back to a string.
Transformer is used to transform JSON values.