{"id":21259273,"url":"https://github.com/buijs-dev/squint","last_synced_at":"2026-05-03T23:36:57.389Z","repository":{"id":62171103,"uuid":"558514101","full_name":"buijs-dev/squint","owner":"buijs-dev","description":"Lightweight JSON processor and AST. Safely (de)serialize JSON decoded Strings to Dart Types.","archived":false,"fork":false,"pushed_at":"2025-10-07T20:41:16.000Z","size":900,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-17T08:43:07.807Z","etag":null,"topics":["ast","dart","flutter","json"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/buijs-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["buijs-dev"]}},"created_at":"2022-10-27T17:45:34.000Z","updated_at":"2025-10-07T20:37:15.000Z","dependencies_parsed_at":"2023-10-14T13:55:11.172Z","dependency_job_id":"826700e0-26d4-4fed-b06b-2b000125660a","html_url":"https://github.com/buijs-dev/squint","commit_stats":{"total_commits":56,"total_committers":2,"mean_commits":28.0,"dds":0.0357142857142857,"last_synced_commit":"331a7fd0bc71b645af0424bec34a484a787fa2d9"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/buijs-dev/squint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buijs-dev%2Fsquint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buijs-dev%2Fsquint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buijs-dev%2Fsquint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buijs-dev%2Fsquint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buijs-dev","download_url":"https://codeload.github.com/buijs-dev/squint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buijs-dev%2Fsquint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32589262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: 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":["ast","dart","flutter","json"],"created_at":"2024-11-21T04:13:28.320Z","updated_at":"2026-05-03T23:36:57.384Z","avatar_url":"https://github.com/buijs-dev.png","language":"Dart","funding_links":["https://github.com/sponsors/buijs-dev"],"categories":[],"sub_categories":[],"readme":"[![](https://img.shields.io/badge/Buijs-Software-blue)](https://pub.dev/publishers/buijs.dev/packages)\n[![GitHub](https://img.shields.io/github/license/buijs-dev/squint?color=black)](https://github.com/buijs-dev/squint/blob/main/LICENSE)\n[![pub](https://img.shields.io/pub/v/squint_json)](https://pub.dev/packages/squint_json)\n[![CodeScene Code Health](https://codescene.io/projects/32221/status-badges/code-health)](https://codescene.io/projects/32221)\n[![codecov](https://codecov.io/gh/buijs-dev/squint/branch/main/graph/badge.svg?token=yxUBpDvGFg)](https://codecov.io/gh/buijs-dev/squint)\n\nLightweight JSON processor and AST.\nSafely deserialize JSON decoded Strings to Dart Types.\nA JSON decoding library that actually decodes nested lists. \n**No more dynamic mapping!**\n\n````dart\n\nconst example = \"\"\"\n{\n  \"aRidiculousListOfLists\": [ [ [ [ \"Lugia\", \"Ho-Oh\" ], [ \"Pikachu!\" ] ] ] ]\n}\"\"\";\n\nfinal decoded = example.jsonDecode;\nfinal myArray = decoded.array(\"aRidiculousListOfLists\");\nexpect(myArray.data[0][0][0][0], \"Lugia\");\nexpect(myArray.data[0][0][0][1], \"Ho-Oh\");\n\n````\n\n# Features\n- Deserialize JSON properly including (nested) arrays.\n- Deserialize JSON without writing data classes.\n- Generate data classes from JSON content.\n- Generate boilerplate for JSON processing programmatically.\n- Generate boilerplate for JSON processing through cli.\n- Format JSON messages.\n- Does not require build_runner.\n- Does not require dart:mirrors.\n- Extensible: Write and reuse custom JSON data converters.\n\n# Documentation\nFor latest release see [0.1.4](https://buijs-dev.github.io/squint/#/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuijs-dev%2Fsquint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuijs-dev%2Fsquint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuijs-dev%2Fsquint/lists"}