package mssql
import "github.com/jinzhu/gorm/dialects/mssql"
Index ¶
Types ¶
type JSON ¶
type JSON struct { json.RawMessage }
JSON type to support easy handling of JSON data in character table fields using golang json.RawMessage for deferred decoding/encoding
func (*JSON) Scan ¶
Scan scan value into JSON
func (JSON) Value ¶
Value get value of JSON
Source Files ¶
- Version
- v1.9.10
- Published
- Jun 30, 2019
- Platform
- js/wasm
- Imports
- 10 packages
- Last checked
- 4 hours ago –
Tools for package owners.