# Functions
IntegerFromJSONPayload parses a string (or integer if any) value as an int from a JSON payload Keys must be given in the form: "key1.nestedKey1.nestedKey2" Should this be refactored to also support strings?.
IntegerJSONString parses a string (or integer if any) value as an int from a JSON string.