JSONRaw defines a json value type that is safe for db read/write.
| 8 | |
| 9 | // JSONRaw defines a json value type that is safe for db read/write. |
| 10 | type JSONRaw []byte |
| 11 | |
| 12 | // ParseJSONRaw creates a new JSONRaw instance from the provided value |
| 13 | // (could be JSONRaw, int, float, string, []byte, etc.). |
no outgoing calls
no test coverage detected