toGoRepr returns the Go-style representation of this JSON value (map[string]interface{} for objects, etc.).
()
| 147 | // toGoRepr returns the Go-style representation of this JSON value |
| 148 | // (map[string]interface{} for objects, etc.). |
| 149 | toGoRepr() (interface{}, error) |
| 150 | |
| 151 | // tryDecode returns an equivalent JSON which is not a jsonEncoded, returning |
| 152 | // an error if the encoded data was corrupt. |