toGoRepr returns the Go-style representation of this JSON value (map[string]interface{} for objects, etc.).
()
| 162 | // toGoRepr returns the Go-style representation of this JSON value |
| 163 | // (map[string]interface{} for objects, etc.). |
| 164 | toGoRepr() (interface{}, error) |
| 165 | |
| 166 | // tryDecode returns an equivalent JSON which is not a jsonEncoded, returning |
| 167 | // an error if the encoded data was corrupt. |
no outgoing calls
no test coverage detected