{"id":15712020,"url":"https://github.com/xvezda/jowa","last_synced_at":"2026-05-01T14:34:09.414Z","repository":{"id":231039015,"uuid":"780648069","full_name":"Xvezda/jowa","owner":"Xvezda","description":"JavaScript Object notation for Web API","archived":false,"fork":false,"pushed_at":"2024-04-03T09:19:40.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T07:03:56.670Z","etag":null,"topics":["javascript","json","web-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Xvezda.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-01T22:39:21.000Z","updated_at":"2024-04-02T03:51:08.000Z","dependencies_parsed_at":"2024-04-02T05:24:27.261Z","dependency_job_id":"09f8c50e-dffd-431a-98ba-d01a292dec1d","html_url":"https://github.com/Xvezda/jowa","commit_stats":null,"previous_names":["xvezda/jowa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Xvezda/jowa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fjowa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fjowa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fjowa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fjowa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xvezda","download_url":"https://codeload.github.com/Xvezda/jowa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fjowa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32501403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["javascript","json","web-api"],"created_at":"2024-10-03T21:14:34.863Z","updated_at":"2026-05-01T14:34:09.394Z","avatar_url":"https://github.com/Xvezda.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jowa\n\n## What is it for?\n\nIt's a specification and also a library designed to express values that cannot be represented in JSON as valid JSON, and to assist in receiving and using them through Web APIs.\n\n## Examples\n\n`/api/patterns/greet`\n```json\n{\n  \"type\": \"RegExp\",\n  \"args\": [\"hello,? (\\\\w+)\", \"i\"]\n}\n```\n\n```ts\nimport { fromSchema } from 'jowa';\n\nconst greetSchema = await fetch('/api/patterns/greet').then(r =\u003e r.json());\nconst greetRegex = fromSchema(greetSchema);\n\nconsole.log(greetRegex instanceof RegExp);  // true\n\nconst [, userName] = 'Hello, Xvezda!'.match(greetRegex);\n\nconsole.log(userName);  // Xvezda\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxvezda%2Fjowa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxvezda%2Fjowa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxvezda%2Fjowa/lists"}