Open kristiker opened 1 year ago
value is just a dict, so this is working fine json.dumps(bt_config.value)
json.dumps(bt_config.value)
not working when value is a flagged_value object
value is just a dict, so this is working fine
json.dumps(bt_config.value)