{"id":16993960,"url":"https://github.com/caoimhebyrne/jsonp","last_synced_at":"2025-04-12T05:07:54.450Z","repository":{"id":181434427,"uuid":"666772306","full_name":"caoimhebyrne/jsonp","owner":"caoimhebyrne","description":"A simple JSON parser written in Rust","archived":false,"fork":false,"pushed_at":"2023-07-22T16:48:50.000Z","size":28,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T00:36:01.748Z","etag":null,"topics":["json","json-parser","rust"],"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/caoimhebyrne.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}},"created_at":"2023-07-15T14:24:21.000Z","updated_at":"2023-07-17T17:02:56.000Z","dependencies_parsed_at":"2023-07-15T16:08:56.121Z","dependency_job_id":null,"html_url":"https://github.com/caoimhebyrne/jsonp","commit_stats":null,"previous_names":["caoimhebyrne/jsonp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoimhebyrne%2Fjsonp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoimhebyrne%2Fjsonp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoimhebyrne%2Fjsonp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caoimhebyrne%2Fjsonp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caoimhebyrne","download_url":"https://codeload.github.com/caoimhebyrne/jsonp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519545,"owners_count":21117761,"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":["json","json-parser","rust"],"created_at":"2024-10-14T03:44:24.638Z","updated_at":"2025-04-12T05:07:54.424Z","avatar_url":"https://github.com/caoimhebyrne.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `jsonp`\n\nA simple JSON parser written in Rust.\n\nI'm designing this to pretty print some JSON files, but in the future, I'd like to be able to make a more usable alternative to `jq`. (Let's be real, who can say that they're confident with using `jq`!?)\n\n## Usage\n\n```shell\n$ cargo install -- path .\n  Installing jsonp v0.1.0\n    Finished release [optimized] target(s) in 0.00s\n  Installing ~/.cargo/bin/jsonp\n    Installed package `jsonp v0.1.0` (executable `jsonp`)\n\n$ jsonp ./examples/simple.json\nObject(\n    {\n        \"exponential\": Number(23.59),\n        \"abc\": Number(123.0),\n        \"hello\": String(\"world\"),\n        \"test\": Object(\n            {\n                \"value\": Null,\n                \"boolean\": Boolean(true),\n                \"array\": Array(\n                    [\n                        Number(1.0),\n                        Number(2.0),\n                        Number(3.0),\n                    ],\n                ),\n                \"another_boolean\": Boolean(false),\n            },\n        ),\n        \"decimal\": Number(123.55435),\n    },\n)\n```\n\n## License\n\nThis project is licensed under the [MIT license](https://choosealicense.com/licenses/mit).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaoimhebyrne%2Fjsonp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaoimhebyrne%2Fjsonp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaoimhebyrne%2Fjsonp/lists"}