{"id":19529230,"url":"https://github.com/softmotions/json_at","last_synced_at":"2025-04-26T11:34:24.294Z","repository":{"id":56833348,"uuid":"196056712","full_name":"Softmotions/json_at","owner":"Softmotions","description":"Dart implementation of RFC 6901 JSON pointer","archived":false,"fork":false,"pushed_at":"2021-06-22T03:45:15.000Z","size":6462,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T12:12:16.726Z","etag":null,"topics":["dart","json","rfc-6901"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/json_at","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/Softmotions.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":"2019-07-09T17:49:37.000Z","updated_at":"2023-05-30T08:22:25.000Z","dependencies_parsed_at":"2022-09-08T07:10:34.371Z","dependency_job_id":null,"html_url":"https://github.com/Softmotions/json_at","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/Softmotions%2Fjson_at","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softmotions%2Fjson_at/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softmotions%2Fjson_at/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Softmotions%2Fjson_at/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Softmotions","download_url":"https://codeload.github.com/Softmotions/json_at/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250981567,"owners_count":21517871,"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":["dart","json","rfc-6901"],"created_at":"2024-11-11T01:22:58.129Z","updated_at":"2025-04-26T11:34:24.009Z","avatar_url":"https://github.com/Softmotions.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [RFC 6901](https://tools.ietf.org/html/rfc6901) JSON pointer Dart implementation\n\n```dart\n/// Gets [obj] sub-property value located by RFC 6901 JSON [pointer].\n/// If type of [obj] is string it will be parsed to JSON object used for search.\n/// Returns [Optional] value holder.\nOptional\u003cdynamic\u003e jsonAt(dynamic obj, String pointer)\n```\n\n```dart\nimport 'package:json_at/json_at.dart';\n\nvoid main() {\n  const doc = {\n    'foo': {'bar': 'baz'}\n  };\n  final val = jsonAt(doc, '/foo/bar');\n  print(val.value);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftmotions%2Fjson_at","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftmotions%2Fjson_at","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftmotions%2Fjson_at/lists"}