toGoRepr returns the Go-style representation of this JSON value (map[string]interface{} for objects, etc.).
()
| 224 | // toGoRepr returns the Go-style representation of this JSON value |
| 225 | // (map[string]interface{} for objects, etc.). |
| 226 | toGoRepr() (interface{}, error) |
| 227 | |
| 228 | // tryDecode returns an equivalent JSON which is not a jsonEncoded, returning |
| 229 | // an error if the encoded data was corrupt. |