Decode reads the next JSON-encoded value from its input and stores it in the value pointed to by v. See the documentation for Unmarshal for details about the conversion of JSON into a Go value.
(v any)
| 54 | // See the documentation for Unmarshal for details about |
| 55 | // the conversion of JSON into a Go value. |
| 56 | Decode(v any) error |
| 57 | } |
no outgoing calls