{"id":18441567,"url":"https://github.com/zokis/sjson","last_synced_at":"2025-10-07T13:59:17.799Z","repository":{"id":35336733,"uuid":"39598892","full_name":"zokis/sjson","owner":"zokis","description":"An implementation of a Python JSON parser for educational purposes, implemented in Pure python and Cython","archived":false,"fork":false,"pushed_at":"2015-07-23T23:54:09.000Z","size":208,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T04:03:27.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zokis.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}},"created_at":"2015-07-23T23:12:33.000Z","updated_at":"2015-08-12T19:03:41.000Z","dependencies_parsed_at":"2022-07-08T14:30:58.396Z","dependency_job_id":null,"html_url":"https://github.com/zokis/sjson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zokis/sjson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Fsjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Fsjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Fsjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Fsjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zokis","download_url":"https://codeload.github.com/zokis/sjson/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zokis%2Fsjson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278786671,"owners_count":26045588,"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-10-07T02:00:06.786Z","response_time":59,"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":"2024-11-06T06:38:31.820Z","updated_at":"2025-10-07T13:59:17.778Z","avatar_url":"https://github.com/zokis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sjson\nAn implementation of a Python JSON parser for educational purposes, implemented in Pure python and Cython\n\n\n```python\n\u003e\u003e\u003e import sjson\n\u003e\u003e\u003e a = {\n...     'a': 1L,\n...     'b': {\n...         'a': [\n...             1L,\n...             2,\n...             3,\n...             4,\n...             5L,\n...             'a'\n...         ],\n...         'b': {\n...             'a': [],\n...             '1': 'a'\n...         }\n...     },\n...     'c': [1e33, -.01e44]\n... }\n\u003e\u003e\u003e sjson.loads(sjson.dumps(a)) == a\nTrue\n```\n\n\nErrors:\n-------\n```text\n'[#'         -\u003e Expected object, array or value\n'[1, , '     -\u003e Expected object, array or value\n'[1, , ,]'   -\u003e Expected object, array or value\n'[12,]'      -\u003e Expected object, array or value\n'[123'       -\u003e Failed to decode an array\n'[123, ]'    -\u003e Expected object, array or value\n'[@]'        -\u003e Expected object, array or value\n'[\"a\",\"b\"'   -\u003e Failed to decode an array\n'[\"marcelo]' -\u003e JSON data truncated\n'[nulo]'     -\u003e Unexpected character found when decoding 'null'\n'[trur]'     -\u003e Unexpected character found when decoding 'true'\n'[false'     -\u003e Failed to decode an array\n'[falze]'    -\u003e Unexpected character found when decoding 'false'\n'zokis'      -\u003e Expected object, array or value\n'{\"123\"'     -\u003e Expecting ':' delimiter\n'{\"123\":'    -\u003e Expected object, array or value\n'{\"123\"}'    -\u003e Expecting ':' delimiter\n'{\"a:\"b\"}'   -\u003e Expecting ':' delimiter\n'{'          -\u003e JSON data truncated\n'{,}'        -\u003e JSON data truncated\n'{123: 456}' -\u003e JSON data truncated\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzokis%2Fsjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzokis%2Fsjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzokis%2Fsjson/lists"}