{"id":21587398,"url":"https://github.com/jmhodges/jsonpp","last_synced_at":"2025-04-05T11:13:14.026Z","repository":{"id":54368897,"uuid":"2246446","full_name":"jmhodges/jsonpp","owner":"jmhodges","description":"A fast command line JSON pretty printer.","archived":false,"fork":false,"pushed_at":"2022-07-14T16:30:30.000Z","size":56,"stargazers_count":335,"open_issues_count":5,"forks_count":25,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-03-29T10:09:52.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jmhodges.github.com/jsonpp/","language":"Go","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/jmhodges.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}},"created_at":"2011-08-22T03:24:31.000Z","updated_at":"2025-03-09T18:23:52.000Z","dependencies_parsed_at":"2022-08-13T13:40:17.384Z","dependency_job_id":null,"html_url":"https://github.com/jmhodges/jsonpp","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmhodges%2Fjsonpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmhodges%2Fjsonpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmhodges%2Fjsonpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmhodges%2Fjsonpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmhodges","download_url":"https://codeload.github.com/jmhodges/jsonpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325696,"owners_count":20920714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-24T15:16:33.334Z","updated_at":"2025-04-05T11:13:14.008Z","avatar_url":"https://github.com/jmhodges.png","language":"Go","funding_links":[],"categories":["\u003ca name=\"data-management-json\"\u003e\u003c/a\u003eData management - JSON/YAML/etc.","Go"],"sub_categories":[],"readme":"jsonpp\n======\n\n**A command line JSON pretty printer.**\n\nPretty print web service responses like so:\n\n    curl -s -L http://t.co/tYTq5Pu | jsonpp\n\nand make beautiful the files running around on your disk:\n\n    jsonpp testdata/multiple/multiple.json\n\nYou can also format previously pretty-printed code with \"-s\":\n\n    jsonpp -s testdata/one/singular.json\n\nJsonpp exists because a friend was building against an API with large JSON APIs\nand was tired of the noticable wait times that other languages' tooling\nhad. Then, jsonpp turned out to be pretty nice for parsing the JSON log files we\nhad lying around and I made it a thing.\n\n\nInstall\n-------\n\nInstallable with `go get github.com/jmhodges/jsonpp`, `brew install jsonpp`,\nor copying the binary to your `$PATH`. See the [live\ndocumentation](http://jmhodges.github.com/jsonpp/) for details.\n\nOptions\n-------\n\nThe string used for indentation defaults to 2 spaces, but can be overridden\nby the environment variable `JSONPP_INDENT`.\n\nAdding the \"-s\" parameter will allow you to format already formatted JSON code by assuming the entire input stream is one JSON object.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmhodges%2Fjsonpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmhodges%2Fjsonpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmhodges%2Fjsonpp/lists"}