# Installation
$ deno install -n jsonalize https://deno.land/x/[email protected]/main.ts
# Usage
$ echo '{ id: 1, name: "john" }' | jsonalize -
# {
# "id": 1,
# "name": "john"
# }
-
Notifications
You must be signed in to change notification settings - Fork 0
A CLI tool that interprets stdin as a JavaScript literal and applies JSON stringify to it.
yano3nora/jsonalize
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A CLI tool that interprets stdin as a JavaScript literal and applies JSON stringify to it.
Resources
Stars
Watchers
Forks
Packages 0
No packages published