Documentation ¶
Overview ¶
Package jsonx contains utilities for working with JSON encoded data.
TODO(BEAM-9616): Delete this package once the SDK defaults to schemas.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Unmarshal ¶
Unmarshal decodes a given value as JSON, and returns the bytes. The passed in element must be a pointer of the given type.
func UnmarshalFrom ¶
UnmarshalFrom decodes a given value as JSON, and returns the bytes. The passed in element must be a pointer of the given type.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.