Skip to content

Add JSONKit to Command-line tools#156

Open
vesper-astrena wants to merge 1 commit intoburningtree:masterfrom
vesper-astrena:add-jsonkit
Open

Add JSONKit to Command-line tools#156
vesper-astrena wants to merge 1 commit intoburningtree:masterfrom
vesper-astrena:add-jsonkit

Conversation

@vesper-astrena
Copy link
Copy Markdown

Added JSONKit to the Command-line tools section.

JSONKit is a zero-dependency Python CLI tool for working with JSON:

  • Format/pretty-print with syntax highlighting
  • Validate with error location
  • Query using dot-notation (data.users[0].name)
  • Diff two JSON files
  • Flatten/unflatten nested structures
  • JSON → CSV conversion
  • Structure stats (depth, keys, types)
  • Pipe/stdin support

Single Python file, no pip install needed. Python 3.10+.

Happy to adjust the entry if needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant