• @froztbyte
    link
    English
    75 months ago

    Try YAML, the serialization format recommended by four out of five Nordic countries

    yeah there are so many fucking crazy footguns in yaml

    another I quite like:

    ❯ ipython -c 'import yaml; d = dict(); d["d"] = d; print(yaml.safe_dump(d))'
    &id001
    d: *id001