Closed Romamo closed 1 year ago
Fixed infinitive loop while parsing Array of strings: fields.ArrayField(fields.StringField())
If your string has a single quote ' and square bracket, unescape will make impossible to decode the value using the following parse_array.
Fixed infinitive loop while parsing Array of strings: fields.ArrayField(fields.StringField())
If your string has a single quote ' and square bracket, unescape will make impossible to decode the value using the following parse_array.