Changes between Initial Version and Version 1 of Ticket #31973, comment 22


Ignore:
Timestamp:
May 10, 2021, 4:31:53 PM (3 years ago)
Author:
Garry Polley

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31973, comment 22

    initial v1  
    6464            if isinstance(value, dict):
    6565                data_value = self.get_prep_value(value)
     66            else:
     67                data_value = value
    6668            return json.loads(data_value, cls=self.decoder)
    6769        except json.JSONDecodeError:
Back to Top