This package can be used to marshal a `dyn.Value` as JSON and retain the
ordering of keys in a mapping. The output does not encode HTML characters as
opposed to the default behavior of `json.Marshal`.
Otherwise this is no different from using `json.Marshal` with `v.AsAny()`.