Documentation
¶
Overview ¶
Package ptr provides a set of SQL compatible pointer helpers
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // False is the false pointer False = Bool(false) // True is the true pointer True = Bool(true) )
Functions ¶
Types ¶
type JSON ¶
type JSON struct {
json.RawMessage
// contains filtered or unexported fields
}
JSON is json pointer
func (JSON) MarshalJSON ¶
MarshalJSON marshals the object to json
Click to show internal directories.
Click to hide internal directories.