{"id":20264009,"url":"https://github.com/luckymarmot/jqkit","last_synced_at":"2026-05-10T13:21:58.706Z","repository":{"id":54626622,"uuid":"204543654","full_name":"luckymarmot/jqKit","owner":"luckymarmot","description":"An Objective-C wrapper for jqlib https://stedolan.github.io/jq/","archived":false,"fork":false,"pushed_at":"2021-02-15T18:54:32.000Z","size":3774,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T13:01:48.952Z","etag":null,"topics":["jq","json"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":false,"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/luckymarmot.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-08-26T19:11:50.000Z","updated_at":"2022-05-23T01:22:07.000Z","dependencies_parsed_at":"2022-08-13T22:00:32.798Z","dependency_job_id":null,"html_url":"https://github.com/luckymarmot/jqKit","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckymarmot%2FjqKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckymarmot%2FjqKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckymarmot%2FjqKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luckymarmot%2FjqKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luckymarmot","download_url":"https://codeload.github.com/luckymarmot/jqKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241731744,"owners_count":20010781,"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":["jq","json"],"created_at":"2024-11-14T11:37:26.370Z","updated_at":"2026-05-10T13:21:58.674Z","avatar_url":"https://github.com/luckymarmot.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jqKit\n\nAn Objective-C wrapper for jqlib, the C library behind [jq](https://stedolan.github.io/jq/) (a lightweight and flexible JSON processor).\n\n⚠️ Works only on macOS 10.10+\n\n## Installation\n\nVia Cocoapods:\n\n```shell\npod 'macOSjqKit'\n```\n\n\n## Usage\n\n```objc\nNSString* program = @\".\"; // the jq filter\nNSData* jsonData = [NSJSONSerialization dataWithJSONObject:@{@\"foo\":@0, @\"bar\":@42} options:kNilOptions error:NULL];\n\n// filter\nNSArray\u003cNSData*\u003e* results = [LMJqFilter filterWithProgram:program data:jsonData error:NULL];\n\n// enumerate the results\n[results enumerateObjectsUsingBlock:^(NSData * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {\n    NSLog(@\"result = %@\", [[NSString alloc] initWithData:obj encoding:NSUTF8StringEncoding]);\n}];\n```\n\n## Development\n\n### Build `libjq` and `oniguruma`\n\n```shell\nmake\n```\n\n### Influences\n\n* [JQKit](https://github.com/fleitz/JQKit)\n* [pyjq](https://github.com/doloopwhile/pyjq)\n\n## License\n\nCopyright 2019 Paw. MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckymarmot%2Fjqkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluckymarmot%2Fjqkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluckymarmot%2Fjqkit/lists"}