hjson-py
hjson-py copied to clipboard
dump method breaks links
When I write some info such as
contact_info: {
name: Isabella
contact_card_url: https://something.org/whatever
}
if I try to append to this the hjson parser interprets this :// as some sort of key, I guess, and it breaks my previously working link.