{"id":18822549,"url":"https://github.com/dkxce/jbad","last_synced_at":"2026-05-01T18:32:01.751Z","repository":{"id":185566240,"uuid":"673740482","full_name":"dkxce/JBAD","owner":"dkxce","description":"Python JSON BAD Parser","archived":false,"fork":false,"pushed_at":"2023-08-02T10:16:56.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T10:56:48.335Z","etag":null,"topics":["bad","dkxce","json","parser","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/dkxce.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}},"created_at":"2023-08-02T10:10:11.000Z","updated_at":"2023-08-02T10:42:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"50404739-1ad5-4867-81fa-6e06a071920c","html_url":"https://github.com/dkxce/JBAD","commit_stats":null,"previous_names":["dkxce/jbad"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dkxce/JBAD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkxce%2FJBAD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkxce%2FJBAD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkxce%2FJBAD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkxce%2FJBAD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkxce","download_url":"https://codeload.github.com/dkxce/JBAD/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkxce%2FJBAD/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32508900,"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":["bad","dkxce","json","parser","python"],"created_at":"2024-11-08T00:50:18.915Z","updated_at":"2026-05-01T18:32:01.708Z","avatar_url":"https://github.com/dkxce.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JBAD Python JSON BAD Parser\n\n**usage**:\n- jbad.loads(...)\n\n**like**:    \n- json.loads(...)\n- orjson.loads(...)\n- ujson.loads(...)\n- pd.read_json(...)\n- msgspec.json.decode(...)\n\n**possibilities**:    \n- no quotas\n- no commas\n- bad strings\n- bad numbers\n- empty elements\n- bad decimals\n\n**SAMPLE**:\n```\ntext = \"\"\"\n{\n        0126: 0.15,,,\n        \"XXX\": .501,\n        YYY: +111\n        'timestamp': 1556283673.1523004,\n        'timestamd': -556283673.1523004,\n        \"GUID\": \"700F5226-CB78-44F4-AC7B-C857AD569FD8\",\n        \"task_level\": [1, 2, , ,, -1],\n        \"action_status\": @\"started\\r\\nX\",\n        \"action_type\": \"main\",\n        \"bot\": {\"k\": \"V\", , , ,,, \"x\": \"Y\", \"z\": \"Z\",}\n        \"bot2\": {\"k\": \"V\", , , ,,, \"x\": \"Y\", \"z\": \"Z\",,,}\n        key: \"value\",\n        @par: @'Empty',\n        \"another_key\": 123,\n        @\"and_another\": [\"a\", \"b\", \"c\",]\n        @\"get_another\": [\"a\", \"b\", \"c\",,,]\n    }\n\"\"\"\nobj = json.loads(text)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkxce%2Fjbad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkxce%2Fjbad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkxce%2Fjbad/lists"}