{"id":20494069,"url":"https://github.com/jaystack/odata-v4-parser","last_synced_at":"2025-04-13T08:40:45.734Z","repository":{"id":3359132,"uuid":"49165446","full_name":"jaystack/odata-v4-parser","owner":"jaystack","description":"OData v4 parser","archived":false,"fork":false,"pushed_at":"2022-04-14T19:30:02.000Z","size":940,"stargazers_count":37,"open_issues_count":10,"forks_count":41,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-05-21T01:12:21.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaystack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-06T22:23:54.000Z","updated_at":"2024-04-20T06:23:55.000Z","dependencies_parsed_at":"2022-08-06T14:00:24.007Z","dependency_job_id":null,"html_url":"https://github.com/jaystack/odata-v4-parser","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/jaystack%2Fodata-v4-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaystack%2Fodata-v4-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaystack%2Fodata-v4-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaystack%2Fodata-v4-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaystack","download_url":"https://codeload.github.com/jaystack/odata-v4-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248686058,"owners_count":21145413,"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":[],"created_at":"2024-11-15T17:38:07.016Z","updated_at":"2025-04-13T08:40:45.706Z","avatar_url":"https://github.com/jaystack.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OData v4 Parser\n\nOData v4 parser based on OASIS Standard OData v4 ABNF grammar\n\n## How to build\n\nSimply just use ```$ npm run build```\n\nRun TDD tests using ```$ npm run tdd```\n\n## How to use\n\nParser functions:\n\n```javascript\nvar parser = require('odata-v4-parser');\nparser.filter(\"Title eq 'Article1'\");\n```\n\nLow-level functional:\n\n```javascript\nrequire('odata-v4-parser/lib/expressions').boolCommonExpr(new Uint8Array(new Buffer(\"contains(@word,Title)\")), 0);\nrequire('odata-v4-parser/lib/json').arrayOrObject(new Uint8Array(new Buffer('{\"a\":1}')), 0);\nrequire('odata-v4-parser/lib/expressions').commonExpr(new Uint8Array(new Buffer('Items/all(d:d/Quantity gt 100)')), 0);\n```\n\n## TODO\n\n* more unit testing\n* use metadata for correct OData identifier type detection (complex types, navigation properties, etc.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaystack%2Fodata-v4-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaystack%2Fodata-v4-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaystack%2Fodata-v4-parser/lists"}