Documentation ¶ Index ¶ func Json[V any](v *V) ([]byte, error) func JsonParse[T any](source []byte, target *T) error func JsonParseStr[T any](source string, target *T) error func JsonStr[V any](v *V) (string, error) func JsonToFile[V any](v *V, perm os.FileMode, pathSegments ...string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Json ¶ func Json[V any](v *V) ([]byte, error) func JsonParse ¶ func JsonParse[T any](source []byte, target *T) error func JsonParseStr ¶ func JsonParseStr[T any](source string, target *T) error func JsonStr ¶ func JsonStr[V any](v *V) (string, error) func JsonToFile ¶ func JsonToFile[V any](v *V, perm os.FileMode, pathSegments ...string) error Types ¶ This section is empty. Source Files ¶ View all Source files json.go Click to show internal directories. Click to hide internal directories.