{"id":17799456,"url":"https://github.com/polettix/crumbr","last_synced_at":"2025-04-02T04:12:26.378Z","repository":{"id":34529738,"uuid":"38472574","full_name":"polettix/crumbr","owner":"polettix","description":"Render data structures for easy searching and parsing","archived":false,"fork":false,"pushed_at":"2017-06-07T17:16:20.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T18:53:19.998Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/polettix.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-03T04:53:49.000Z","updated_at":"2016-03-09T23:43:36.000Z","dependencies_parsed_at":"2022-09-08T14:01:22.371Z","dependency_job_id":null,"html_url":"https://github.com/polettix/crumbr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polettix%2Fcrumbr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polettix%2Fcrumbr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polettix%2Fcrumbr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/polettix%2Fcrumbr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/polettix","download_url":"https://codeload.github.com/polettix/crumbr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246752652,"owners_count":20827987,"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-10-27T12:07:21.380Z","updated_at":"2025-04-02T04:12:26.356Z","avatar_url":"https://github.com/polettix.png","language":"Perl","readme":"NAME\n====\n\nData::Crumbr - Render data structures for easy searching and parsing\n\nSYNOPSIS\n========\n\n    use Data::Crumbr;\n\n    say crumbr(\\%options)-\u003e($data_structure);\n\n\n    $ cat sample.json\n    {\n        \"ciao\": [\n            \"a\",\n            [],\n            \"tutti\",\n            {\n                \"quanti\": \"voi\",\n                \"hey ☺\": {},\n                \"some\": 123.123\n            }\n        ]\n    }\n\n    $ crumbr sample.json\n    {\"ciao\"}[0]:\"a\"\n    {\"ciao\"}[1]:[]\n    {\"ciao\"}[2]:\"tutti\"\n    {\"ciao\"}[3]{\"hey ☺\"}:{}\n    {\"ciao\"}[3]{\"quanti\"}:\"voi\"\n    {\"ciao\"}[3]{\"some\"}:123.123\n\n    $ crumbr --style uri sample.json\n    /ciao/0 \"a\"\n    /ciao/1 []\n    /ciao/2 \"tutti\"\n    /ciao/3/hey%20%E2%98%BA {}\n    /ciao/3/quanti \"voi\"\n    /ciao/3/some 123.123\n\n\nALL THE REST\n============\n\nThere's [a page about it](http://polettix.github.io/crumbr).\n\nWant to know more? [See the module's documentation](http://search.cpan.org/perldoc?App::Crumbr) to figure out\nall the bells and whistles of this module!\n\nWant to install the latest release? [Go fetch it on CPAN](http://search.cpan.org/dist/App::Crumbr/).\n\nWant to contribute? [Fork it on GitHub](https://github.com/polettix/App::Crumbr).\n\nThat's all folks!\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolettix%2Fcrumbr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolettix%2Fcrumbr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolettix%2Fcrumbr/lists"}