Hacker News new | past | comments | ask | show | jobs | submit login

> In my opinion, something formatted with pipes, quotes and spaces would be better:

Just pipe it into a JSON-to-YAML script like this:

    #! /usr/bin/python3
    from ruamel import yaml
    import json, sys, io
    print(yaml.dump(json.load(sys.stdin)))



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: