{"id":17311978,"url":"https://github.com/boris-code/feapson","last_synced_at":"2025-04-14T14:33:27.126Z","repository":{"id":57428918,"uuid":"425855354","full_name":"Boris-code/feapson","owner":"Boris-code","description":"Same as json.dumps or json.loads, feapson support feapson.dumps and feapson.loads","archived":false,"fork":false,"pushed_at":"2021-11-09T03:25:51.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T06:19:45.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/Boris-code.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":"2021-11-08T13:48:00.000Z","updated_at":"2024-07-30T09:16:02.000Z","dependencies_parsed_at":"2022-08-26T11:00:46.912Z","dependency_job_id":null,"html_url":"https://github.com/Boris-code/feapson","commit_stats":null,"previous_names":["boris-code/pydict"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boris-code%2Ffeapson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boris-code%2Ffeapson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boris-code%2Ffeapson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Boris-code%2Ffeapson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Boris-code","download_url":"https://codeload.github.com/Boris-code/feapson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248897572,"owners_count":21179612,"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-10-15T12:42:00.417Z","updated_at":"2025-04-14T14:33:27.096Z","avatar_url":"https://github.com/Boris-code.png","language":"Python","readme":"# feapson\n\nSame as json.dumps or json.loads, feapson support feapson.dumps and feapson.loads\n\nExample:\n\n```python\n\u003e\u003e\u003e import feapson\n\u003e\u003e\u003e feapson.dumps({\"a\": True, \"b\": False, \"c\": [1, 2, 3]})\n'{\"a\": True, \"b\": False, \"c\": [1, 2, 3]}'\n\n\u003e\u003e\u003e feapson.dumps({\"a\": True, \"b\": False, \"c\": [1, 2, 3]}, indent=4, ensure_ascii=False)\n'''{\n    \"a\": True,\n    \"b\": False,\n    \"c\": [\n        1,\n        2,\n        3\n    ]\n}'''\n\n\u003e\u003e\u003e feapson.loads('{\"a\": True, \"b\": False, \"c\": [1, 2, 3]}')\n{'a': True, 'b': False, 'c': [1, 2, 3]}\n\n\u003e\u003e\u003e feapson.loads('{\"a\": true, \"b\": false, \"c\": [1, 2, 3]}')\n{'a': True, 'b': False, 'c': [1, 2, 3]}\n```\n\nInstall:\n\n```shell\npip install feapson \n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboris-code%2Ffeapson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboris-code%2Ffeapson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboris-code%2Ffeapson/lists"}