hjson-py icon indicating copy to clipboard operation
hjson-py copied to clipboard

dump method breaks links

Open antisaling opened this issue 5 years ago • 0 comments

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.

antisaling avatar Apr 14 '21 11:04 antisaling