{"id":25670164,"url":"https://github.com/rbas/jsonify","last_synced_at":"2026-05-16T10:33:45.559Z","repository":{"id":136251196,"uuid":"600145072","full_name":"rbas/jsonify","owner":"rbas","description":"Command line tool for formatting and coloring JSON input for easier reading","archived":false,"fork":false,"pushed_at":"2023-02-12T15:22:03.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T11:39:32.031Z","etag":null,"topics":["command-line","json","rust","rust-lang","utility"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rbas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-10T17:27:20.000Z","updated_at":"2024-10-04T14:16:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"3309c93a-51f9-47e0-9a9c-624b5390e1a8","html_url":"https://github.com/rbas/jsonify","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rbas/jsonify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbas%2Fjsonify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbas%2Fjsonify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbas%2Fjsonify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbas%2Fjsonify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbas","download_url":"https://codeload.github.com/rbas/jsonify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbas%2Fjsonify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33098863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["command-line","json","rust","rust-lang","utility"],"created_at":"2025-02-24T11:31:25.319Z","updated_at":"2026-05-16T10:33:45.553Z","avatar_url":"https://github.com/rbas.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jsonify\n[![Rust](https://github.com/rbas/jsonify/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/rbas/jsonify/actions/workflows/rust.yml)\n\nJsonify is a fast and efficient command line tool for formatting and coloring JSON data. It takes JSON input and returns a clear, color-coded structure for easy reading. Ideal for developers and data analysts, jsonify is both blazingly fast and memory efficient.\n\n### Formatting example\n![jsonify formatting example](https://raw.githubusercontent.com/rbas/jsonify/main/assets/jsonify.svg)\n\n### Handing error example\n![jsonify error handling example](https://raw.githubusercontent.com/rbas/jsonify/main/assets/jsonify_error_handling.svg)\n\n\n## Usage\n\nBy redirecting your output into `jsonify` you will get formatted and colored JSON structure\n\n```\ncat test.json | jsonify\n```\n\nYou can combine `jsonify` with `curl` and read beautiful JSON structures in your command line\n\n```\ncurl -s -X GET https://dummyjson.com/products/1 | jsonify\n```\n\n## Installation\n\nTo be able to run `jsofify` you will need to do following steps\n\n1) Get `jsonify` binary file\n2) Add the file or its link into your shell `$PATH`. _This step depeds on your shell_\n3) Make sure that `jsonify` is executable (`chmod +x`)\n\n\n### Get pre-built binary files\n\nDownload the pre-built binary file to your computer. You can find it in the section [releases](https://github.com/rbas/jsonify/releases) on GitHub.\n\nCurrently, binaries are pre-built for Mac architectures Mx silicons (`aarch64-apple-darwin`) and Intel (`x86_64-apple-darwin`)\n\n\n### Complie from source\nIf you want to compile `jsonify` from the source you will need [installed Rust](https://www.rust-lang.org/tools/install) and then clone this repository.\nOnce you will be done, go to the repository root and run following command \n\n```\ncargo build --release\n```\nRust will compile `jsonify` from the source code. Generate executable binary file will be at location `target/release/jsonify`.\n\n\n## Contribute\nYou are welcomed to fork the project and create a branch for each new feature you wish to add. Ensure that you write necessary tests and run the current tests before making your pull request.\n\n## License: MIT\n© 2023 Martin Voldrich\nThis work is licensed under [MIT license](https://github.com/rbas/jsonify/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbas%2Fjsonify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbas%2Fjsonify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbas%2Fjsonify/lists"}