# Functions
EmptyNotNullJsonObject returns a new blank Typ NOTE: We cannot use a var for the EmptyNotNullJsonObject value because when we copy a lot of values around and
assign the var to multiple values throughout the program in multiple goroutines, we might get the panic message "concurrent map read and map write" indicating that the value is being written and read simultaneously because the same variable is being used at multiple places.
FillFromJsonObject will take a jsonObject Typ and fill the pointerToStruct with the value extracted from the jsonObject.
No description provided by the author
SetValueAndOverrideInJsonObjectByJPath will set a value in the Typ given its JPath.
SetValueInJsonObjectByJPath will set a value in the Typ given its JPath.
ToJsonObject will convert interface{} object type to Typ using json.Marshal and json.Unmarshal.
ValidateJPathSyntax validates JPath syntax (not against any specific Typ).
# Constants
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
IMPORTANT: THIS TYPE CANNOT HANDLE A TOP LEVEL JSON ARRAY (any valid JSON document starting with '[')
It can handle arrays nested in a JSON object though.
# Variables
No description provided by the author
# Type aliases
No description provided by the author