# Functions
ConvertJSONObjectList parses and converts a list of JSON objects received from the given requested entity.
HTTPError returns a detailed error if the given HTTP response status code indicates that the HTTP request failed, and nil otherwise.
ParseDateTime parses a timestamp against a set of predefined formats.
WithComplexAttributeNameDelimiter sets the delimiter between nested objects names in attribute external IDs.
WithDateTimeFormats sets the time formats to use to try parsing date-time attribute values from strings.
WithJSONPathAttributeNames enables attribute external IDs specified as JSONPath to match attributes in nested objects.
WithLocalTimeZoneOffset sets the local time zone offset to use as a default when parsing date-time attribute values from strings for formats lacking support for specifying a time zone.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
DateTimeFormatWithTimeZone represents a valid date time format to try parsing date-time attribute values from strings.
# Interfaces
JSONOption configures how JSON objects are parsed.