{"id":20021330,"url":"https://github.com/pallets-eco/flask-orjson","last_synced_at":"2025-05-05T01:30:54.745Z","repository":{"id":210224911,"uuid":"726079208","full_name":"pallets-eco/flask-orjson","owner":"pallets-eco","description":"A Flask/Quart JSON provider using the fast orjson library.","archived":false,"fork":false,"pushed_at":"2024-12-24T00:44:49.000Z","size":113,"stargazers_count":13,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-20T11:02:16.621Z","etag":null,"topics":["flask","json","orjson","pallets","pallets-eco","python","quart"],"latest_commit_sha":null,"homepage":"https://flask-orjson.readthedocs.io","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/pallets-eco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-12-01T13:46:46.000Z","updated_at":"2025-01-28T09:28:24.000Z","dependencies_parsed_at":"2024-03-01T04:30:16.829Z","dependency_job_id":"d76140d9-9ad7-4cd6-8b8e-4d8f613dbc19","html_url":"https://github.com/pallets-eco/flask-orjson","commit_stats":null,"previous_names":["cheesecake87/flask-orjson","pallets-eco/flask-orjson"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-orjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-orjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-orjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-orjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","download_url":"https://codeload.github.com/pallets-eco/flask-orjson/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252422992,"owners_count":21745526,"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":["flask","json","orjson","pallets","pallets-eco","python","quart"],"created_at":"2024-11-13T08:36:20.791Z","updated_at":"2025-05-05T01:30:54.360Z","avatar_url":"https://github.com/pallets-eco.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# flask-orjson\n\nA [Flask][]/[Quart][] JSON provider using the fast [orjson][] library. Using\nthis provider will significantly speed up reading JSON data in requests and\ngenerating JSON responses.\n\n[flask]: https://flask.palletsprojects.com\n[quart]: https://quart.palletsprojects.com\n[orjson]: https://github.com/ijl/orjson\n\n## Example\n\n```python\nfrom flask import Flask\nfrom flask_orjson import OrjsonProvider\n\napp = Flask(__name__)\napp.json = OrjsonProvider(app)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpallets-eco%2Fflask-orjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpallets-eco%2Fflask-orjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpallets-eco%2Fflask-orjson/lists"}