{"id":20590015,"url":"https://github.com/doist/python-cjson","last_synced_at":"2025-04-14T22:24:25.835Z","repository":{"id":8499394,"uuid":"10107832","full_name":"Doist/python-cjson","owner":"Doist","description":"Improved fork of https://pypi.python.org/pypi/python-cjson","archived":false,"fork":false,"pushed_at":"2024-04-01T17:18:31.000Z","size":13,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-28T10:21:42.089Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Doist.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","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}},"created_at":"2013-05-16T18:39:24.000Z","updated_at":"2025-01-02T01:00:55.000Z","dependencies_parsed_at":"2024-11-16T07:33:39.816Z","dependency_job_id":null,"html_url":"https://github.com/Doist/python-cjson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doist%2Fpython-cjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doist%2Fpython-cjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doist%2Fpython-cjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doist%2Fpython-cjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Doist","download_url":"https://codeload.github.com/Doist/python-cjson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248970045,"owners_count":21191369,"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","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-16T07:33:37.394Z","updated_at":"2025-04-14T22:24:25.808Z","avatar_url":"https://github.com/Doist.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"python-cjson\n============\n\nThis is modified and improved version of the python-cjson module, original\nversion of which can be found here: https://pypi.python.org/pypi/python-cjson\n\nDifferences from upstream:\n\n* We allow to use integer and longs as object keys (their are converted to\n  strings as you would expect)\n* Handle object __json__ attributes. If parser doesn't know how to convert an\n  object to JSON, it searches for the '__json__' callable attribute, invokes\n  it, and then uses return value instead of original object.\n* Convert datetime instances to strings looking\n  like DATE[[YYYY-MM-DD HH:MM:SS]]\n\n------------------------------------------------------------------------------\n\nThis module implements a very fast JSON encoder/decoder for Python.\n\nJSON stands for JavaScript Object Notation and is a text based lightweight\ndata exchange format which is easy for humans to read/write and for machines\nto parse/generate. JSON is completely language independent and has multiple\nimplementations in most of the programming languages, making it ideal for\ndata exchange and storage.\n\nThe module is written in C and it is up to 250 times faster when compared to\nthe other python JSON implementations which are written directly in python.\nThis speed gain varies with the complexity of the data and the operation and\nis the the range of 10-200 times for encoding operations and in the range of\n100-250 times for decoding operations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoist%2Fpython-cjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoist%2Fpython-cjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoist%2Fpython-cjson/lists"}