Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsJSONArray ¶
func IsJSONArray(data *json.RawMessage) bool
IsJSONArray returns true if the serialized JSON data is an array type.
func IsJSONNull ¶
func IsJSONNull(data *json.RawMessage) bool
IsJSONNull returns true if the serialized JSON data is a null type.
func IsJSONObject ¶
func IsJSONObject(data *json.RawMessage) bool
IsJSONObject returns true if the serialized JSON data is an object type.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.