{"id":20994949,"url":"https://github.com/elliotgao2/flatjson","last_synced_at":"2026-05-19T15:09:35.291Z","repository":{"id":57431040,"uuid":"206745857","full_name":"elliotgao2/flatjson","owner":"elliotgao2","description":"Flatten  JSON.","archived":false,"fork":false,"pushed_at":"2019-09-06T08:24:22.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T08:49:59.382Z","etag":null,"topics":["flatten","json"],"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/elliotgao2.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}},"created_at":"2019-09-06T08:10:10.000Z","updated_at":"2024-02-13T11:32:08.000Z","dependencies_parsed_at":"2022-08-28T22:12:14.692Z","dependency_job_id":null,"html_url":"https://github.com/elliotgao2/flatjson","commit_stats":null,"previous_names":["elliotgao2/flatjson","gaojiuli/flatjson"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fflatjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fflatjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fflatjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotgao2%2Fflatjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elliotgao2","download_url":"https://codeload.github.com/elliotgao2/flatjson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243410229,"owners_count":20286387,"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":["flatten","json"],"created_at":"2024-11-19T07:20:42.010Z","updated_at":"2026-05-19T15:09:27.106Z","avatar_url":"https://github.com/elliotgao2.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Flatjson\n\nFlatten JSON.\n\n## Installation\n\n`pip install flatjson`\n\n## Usage\n\n```python\nimport flatjson\n\ndata = {\n    \"list\":[{\"a\":1},{\"b\":True}],\n    \"dict\":{\"c\":1.1,\"d\":{\"e\":\"string\"}}\n}\nflatjson.dumps(data)\n\n# {'list[0].a': 1, 'list[1].b': True, 'dict.c': 1.1, 'dict.d.e': 'string'}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotgao2%2Fflatjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felliotgao2%2Fflatjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotgao2%2Fflatjson/lists"}