Hacker News new | ask | show | jobs
by jfim 3933 days ago
There's also "howdoi," [0] which searches stack overflow. For example:

$ howdoi turn dictionary into json python

>>> json.dumps(your_data, ensure_ascii=False)

[0] https://github.com/gleitz/howdoi