Documentation
¶
Index ¶
- func Parse_json_config_file_panic_on_err[T any](config_file_location string, struct_constructor ctor_fn[T], out_ptr **T)
- func Parse_json_data_into_struct[T any](data []byte, struct_constructor ctor_fn[T]) (*T, error)
- func Parse_json_file_into_struct[T any](json_file_location string, struct_constructor ctor_fn[T]) (*T, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Checks that JSON file does not contain any fields that are not in the struct
|
Checks that JSON file does not contain any fields that are not in the struct |
Click to show internal directories.
Click to hide internal directories.