Decode parses the JSON-encoded data and returns an interface value. The interface value could be one of these: bool, for JSON booleans float64, for JSON numbers string, for JSON strings []interface{}, for JSON arrays map[string]interface{}, for JSON objects nil for JSON null Note that the De
()
source not stored for this graph (policy: none)