Decodes JSON into a data model that is generic enough to describe any JSON.
A data structure describing the contents of any JSON.
json : Json.Decode.Decoder Json
A JSON decoder that works with any JSON, decoding into the generic data model.