# Functions
DecodeStream uses the default driver.
EncodeStream uses the default driver.
Marshal uses the default driver.
Unmarshal uses the default driver.
# Variables
Default is the default JSON driver, which uses encoding/json.
# Structs
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
AlwaysString would always unmarshal into a string, from any JSON type.
Raw is a raw encoded JSON value.