kristiker / keyvalues3

Source2 KeyValues3 library for Python
https://developer.valvesoftware.com/wiki/Dota_2_Workshop_Tools/KeyValues3
MIT License
13 stars 0 forks source link

Add methods for To and From Json #2

Open kristiker opened 1 year ago

kristiker commented 1 year ago

value is just a dict, so this is working fine json.dumps(bt_config.value)

kristiker commented 3 months ago

not working when value is a flagged_value object