10-27-2019, 08:02 PM (This post was last modified: 10-27-2019, 08:03 PM by listy.)
(10-27-2019, 07:11 PM)Celton McGrath Wrote: Hi Listy,
The sthpw/file metadata column is of type text. At what point was it different? Do you mean that at one point it was json?
- Celton
So, i've been doing this file_object.set_value(name='metadata', value=json.dumps(MY_METADATA_DICT, separators=(',', ':')))
and then when i retrieved data back this column contained DICT. Without needing to json.loads.