{"id":32305638,"url":"https://github.com/dasiyes/ivmjv","last_synced_at":"2026-05-15T01:04:27.792Z","repository":{"id":56833201,"uuid":"315028156","full_name":"dasiyes/ivmjv","owner":"dasiyes","description":"Validates a string if it matches a valid JSON object. Respects RFC8259","archived":false,"fork":false,"pushed_at":"2020-12-10T23:29:19.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-23T06:53:12.371Z","etag":null,"topics":["dart","json","validation"],"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/dasiyes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-11-22T12:07:08.000Z","updated_at":"2020-12-10T23:29:21.000Z","dependencies_parsed_at":"2022-09-13T05:52:44.181Z","dependency_job_id":null,"html_url":"https://github.com/dasiyes/ivmjv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dasiyes/ivmjv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasiyes%2Fivmjv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasiyes%2Fivmjv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasiyes%2Fivmjv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasiyes%2Fivmjv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dasiyes","download_url":"https://codeload.github.com/dasiyes/ivmjv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dasiyes%2Fivmjv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280577135,"owners_count":26354072,"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","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"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","json","validation"],"created_at":"2025-10-23T06:53:11.515Z","updated_at":"2025-10-23T06:53:13.439Z","avatar_url":"https://github.com/dasiyes.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ivmJV \n\n**ivmJV** is a tool to validate string as JSON object.\nThe tool will respect [RFC8259], but I have not thoroughly tested it to complain in full with the standard.\n\n# Install\n```yaml\n  dependencies:\n    ivmjv: any\n```\nRun `pub get`\n\n# Example\n\nTo test a string if it can be a valid JSON object, import the library,\ncreate an instance of `JsonValidator` class and pass the string to be tested as initial parameter.\n\n```dart\nvoid main() {\n  JsonValidator iv = JsonValidator(\"{\\\"amount\\\": 100.00}\");\n  print('valid?: ${iv.validate()}');\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasiyes%2Fivmjv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdasiyes%2Fivmjv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdasiyes%2Fivmjv/lists"}