Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Marshal ¶
Marshal returns a JSON encoding of the given object. Included fields: - non-empty value - a basic type whose field's name is present in forceSendFields Nil interfaces, nil pointers, and nil or empty maps and slices are not serialized even if their field name appears in ForceSendFields Embedded structs are still considered a separate struct. ForceSendFields in an embedded struct only impact the fields of the embedded struct. Conversely, an embedded struct is not impacted by the ForceSendFields of the struct containing it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.