practicalli / practicalli/clojure-web-services
babashka to parse JSON and pretty print
Open
Nobody has claimed this yet.
babashka
JSON
- Dominant language
- Markdown
- Stars
- 16
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
bb "(clojure.pprint/pprint (json/parse-stream in true))"
Add as a shell alias
alias json2edn='bb "(clojure.pprint/pprint (json/parse-stream in true))"'
Move to Babashka book project (once created)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the bb command and the json/parse-stream entry point shown in the issue. Confirm whether this content belongs in this repository or the Babashka book project; done means the JSON-to-EDN pretty-printing example and shell alias are documented in the agreed location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json, shell
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100