package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Oct 28, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ParseJSON parses the JSON data into a map
func ParseJSONIntoStruct[T json.Unmarshaler](jsonData []byte, target T) (T, error)
ParseJSONIntoStruct parses the JSON data into a map
target needs to be a pointer to a struct
Source Files
¶
Click to show internal directories.
Click to hide internal directories.