Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dunkey123
on Feb 12, 2017
|
parent
|
context
|
favorite
| on:
Show HN: JSONlite – A simple, serverless, zero-con...
I don't like that it is just a composition of bash and the filesystem. I'd just do this:
id=$(uuidgen)
echo '{"hi":"mom"}' | jq . > id
cat id
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
id=$(uuidgen)
echo '{"hi":"mom"}' | jq . > id
cat id