# Functions
Marshal delegates to json.Marshal It is only here so this package can be a drop-in for common encoding/json uses.
NewEncoder delegates to json.NewEncoder It is only here so this package can be a drop-in for common encoding/json uses.
Unmarshal unmarshals the given data If v is a *map[string]interface{}, numbers are converted to int64 or float64.