{"id":19197887,"url":"https://github.com/flarebyte/delimatrix_dart","last_synced_at":"2026-06-16T12:31:33.609Z","repository":{"id":243294787,"uuid":"812022390","full_name":"flarebyte/delimatrix_dart","owner":"flarebyte","description":"Delimatrix Dart transforms strings to objects and back with a touch of magic","archived":false,"fork":false,"pushed_at":"2024-06-19T21:04:57.000Z","size":266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-21T17:09:26.258Z","etag":null,"topics":["dart","dart-package"],"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/flarebyte.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-06-07T19:38:24.000Z","updated_at":"2025-03-08T20:31:11.000Z","dependencies_parsed_at":"2024-06-07T21:39:44.943Z","dependency_job_id":"b27d88ba-b17c-47a3-8ab9-497d014b4a4f","html_url":"https://github.com/flarebyte/delimatrix_dart","commit_stats":null,"previous_names":["flarebyte/delimatrix_dart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flarebyte/delimatrix_dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fdelimatrix_dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fdelimatrix_dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fdelimatrix_dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fdelimatrix_dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flarebyte","download_url":"https://codeload.github.com/flarebyte/delimatrix_dart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flarebyte%2Fdelimatrix_dart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34406820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dart","dart-package"],"created_at":"2024-11-09T12:19:11.259Z","updated_at":"2026-06-16T12:31:33.593Z","avatar_url":"https://github.com/flarebyte.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# delimatrix\\_dart\n\n[![Dart\nCI](https://github.com/flarebyte/delimatrix_dart/actions/workflows/main.yml/badge.svg)](https://github.com/flarebyte/delimatrix_dart/actions/workflows/main.yml)\n[![pub\npackage](https://img.shields.io/pub/v/delimatrix_dart.svg)](https://pub.dev/packages/delimatrix_dart)\n[![package\npublisher](https://img.shields.io/pub/publisher/delimatrix_dart.svg)](https://pub.dev/packages/delimatrix_dart/publisher)\n\n![Experimental](https://img.shields.io/badge/status-experimental-blue)\n\n\u003e Delimatrix transforms strings to objects and back with a touch of magic\n\nThis versatile tool excels when handling results, typically in JSON format,\ncontaining content that can be represented as multiple types of objects.\nDepending on the context, the content might be a string, an array of strings,\nor a more complex object\n\n![Hero image for delimatrix\\_dart](doc/delimatrix_dart.jpeg)\n\nHighlights:\n\n-   Uses transformers to convert between different types of objects.\n-   Unopinionated JSON serialization support.\n-   Provides a chainable API for transforming between different formats.\n-   Validates input before transformation.\n\nA few examples:\n\nTransform a Map of string to a Shavian style JSON:\n\n```dart\nJsonTransformers.fromMap.chain(ToDxJsonTransformer(JsonEscapeConfigs.shavian)).transform(input);\n```\n\nTransform Shavian style JSON to a Map of string:\n\n```dart\nFromDxJsonTransformer(JsonEscapeConfigs.shavian).chain(JsonTransformers.toMap).transform(jsonishStringResult);\n```\n\n## Documentation and links\n\n-   [Code Maintenance :wrench:](MAINTENANCE.md)\n-   [Code Of Conduct](CODE_OF_CONDUCT.md)\n-   [Contributing :busts\\_in\\_silhouette: :construction:](CONTRIBUTING.md)\n-   [Architectural Decision Records :memo:](DECISIONS.md)\n-   [Contributors\n    :busts\\_in\\_silhouette:](https://github.com/flarebyte/delimatrix_dart/graphs/contributors)\n-   [Dependencies](https://github.com/flarebyte/delimatrix_dart/network/dependencies)\n-   [Glossary\n    :book:](https://github.com/flarebyte/overview/blob/main/GLOSSARY.md)\n-   [Software engineering principles\n    :gem:](https://github.com/flarebyte/overview/blob/main/PRINCIPLES.md)\n-   [Overview of Flarebyte.com ecosystem\n    :factory:](https://github.com/flarebyte/overview)\n-   [Dart dependencies](DEPENDENCIES.md)\n-   [Usage](USAGE.md)\n-   [Example](example/example.dart)\n\n## Related\n\n-   [JSON and serialization in\n    Flutter](https://docs.flutter.dev/data-and-backend/serialization/json)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fdelimatrix_dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflarebyte%2Fdelimatrix_dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflarebyte%2Fdelimatrix_dart/lists"}