Documentation
¶
Overview ¶
Package extract contains functions for extracting JSON results into given structure or slice pointers. Those are wrappers over `json.Marshal` and `json.Unmarshal` 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 Slice.
func IntoStructPtr ¶
IntoStructPtr will unmarshal the given body into the provided Struct.
func JsonMarshal ¶
JsonMarshal marshals input to bytes via buffer with disabled HTML escaping.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.