{"id":48313991,"url":"https://github.com/just-be-dev/jexl","last_synced_at":"2026-04-05T00:26:50.726Z","repository":{"id":293931570,"uuid":"974551269","full_name":"just-be-dev/jexl","owner":"just-be-dev","description":"The JSON Expression Language","archived":false,"fork":false,"pushed_at":"2026-02-11T05:00:06.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-11T10:28:33.935Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jexl.just-be.dev","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/just-be-dev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-29T00:37:03.000Z","updated_at":"2026-02-11T05:00:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4bc1cd7-383e-430c-afe8-590714604999","html_url":"https://github.com/just-be-dev/jexl","commit_stats":null,"previous_names":["zephraph/jexl","just-be-dev/jexl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/just-be-dev/jexl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-be-dev%2Fjexl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-be-dev%2Fjexl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-be-dev%2Fjexl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-be-dev%2Fjexl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/just-be-dev","download_url":"https://codeload.github.com/just-be-dev/jexl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-be-dev%2Fjexl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31419778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T00:25:07.052Z","status":"ssl_error","status_checked_at":"2026-04-05T00:25:05.923Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-04-05T00:26:50.224Z","updated_at":"2026-04-05T00:26:50.718Z","avatar_url":"https://github.com/just-be-dev.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%2Fjust-be-dev%2Fjexl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjust-be-dev%2Fjexl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust-be-dev%2Fjexl/lists"}