|
|
|
|
|
by visarga
1592 days ago
|
|
You can implement this and many other single purpose CLI tools with inline Python or Perl or other language. Easier to remember because it's your favorite language. python -c "import json; print(json.dumps(dict(a=10, b=False)))"
|
|