{"id":31162095,"url":"https://github.com/zephraph/jexl","last_synced_at":"2025-09-19T04:51:44.764Z","repository":{"id":293931570,"uuid":"974551269","full_name":"zephraph/jexl","owner":"zephraph","description":"The JSON Expression Language","archived":false,"fork":false,"pushed_at":"2025-08-12T22:19:36.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-12T23:33:04.022Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zephraph.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-29T00:37:03.000Z","updated_at":"2025-08-12T22:19:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4bc1cd7-383e-430c-afe8-590714604999","html_url":"https://github.com/zephraph/jexl","commit_stats":null,"previous_names":["zephraph/jexl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zephraph/jexl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fjexl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fjexl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fjexl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fjexl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zephraph","download_url":"https://codeload.github.com/zephraph/jexl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fjexl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275883280,"owners_count":25545490,"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-09-19T02:00:09.700Z","response_time":108,"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":[],"created_at":"2025-09-19T04:51:41.603Z","updated_at":"2025-09-19T04:51:44.756Z","avatar_url":"https://github.com/zephraph.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jexl -- JSON Expression Language\n\nA programming language whose syntax is pure JSON. \n\n## Examples\n\n```json jexl\n{\n  \"name\": \"fibonacci\",\n  \"lang_version\": \"v0.1\",\n  \"program\": [\n    {\n      \"function\": {\n        \"name\": \"fib\",\n        \"params\": [{\"n\": \"integer\"}],\n        \"body\": {\n            \"if\": {\n              \"condition\": { \"less\": [{ \"var\": \"n\" }, 2] },\n              \"then\": [{ \"var\": \"n\" }],\n              \"else\": [\n                {\n                  \"add\": [\n                    {\"fib\": [{ \"subtract\": [{ \"var\": \"n\" }, 1 ]}]},\n                    {\"fib\": [{\"subtract\": [{ \"var\": \"n\" }, 2 ]}]}\n                  ]\n                }\n              ]\n            }\n          }\n      }\n    },\n    {\"print\": [{\"fib\": [7]}]}\n  ]\n}\n```\n\n```json jexl\n{\n  \"lang_version\": \"v0.1\",\n  \"program\": [\n    { \n      \"function\": {\n        \"name\": \"greet\",\n        \"params\": [{ \"name\": \"string\" }],\n        \"body\": { \"print\": [{ \"concat\": [\"Hello, \", { \"ref\": \"name\" }] }]}\n      }\n    },\n    {\"greet\": [\"Alice\"]}\n  ]\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephraph%2Fjexl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzephraph%2Fjexl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephraph%2Fjexl/lists"}