jsonalize

# Installation
$ deno install

# Usage
$ echo '{ id: 1, name: "john" }' | deno run main.ts -
# {
#   "id": 1,
#   "name": "john"
# }