Documentation
¶
Overview ¶
Package extract contains functions for extracting JSON results into given structure or slice pointers. Those are wrappers over `json.Marshall` and `json.Unmarshall` functions with additional validation built it
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntoSlicePtr ¶
IntoSlicePtr will unmarshal the provided body into the provided interface{} (to).
func IntoStructPtr ¶
IntoStructPtr will unmarshal the given body into the provided interface{} (to).
func JsonMarshal ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.