{"id":21232847,"url":"https://github.com/kougen/jsonservice","last_synced_at":"2026-04-28T00:32:21.550Z","repository":{"id":229234587,"uuid":"776188788","full_name":"kougen/jsonservice","owner":"kougen","description":"An easy to use JSON Service for python, which can handle complex data structures.","archived":false,"fork":false,"pushed_at":"2025-06-22T21:13:42.000Z","size":25,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T09:52:53.606Z","etag":null,"topics":["json","jsonserializer","package","pip","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/jsonservice/","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/kougen.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-22T21:31:02.000Z","updated_at":"2025-06-22T21:13:47.000Z","dependencies_parsed_at":"2025-03-15T11:47:15.373Z","dependency_job_id":null,"html_url":"https://github.com/kougen/jsonservice","commit_stats":null,"previous_names":["kougen/jsonservice"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kougen/jsonservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kougen%2Fjsonservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kougen%2Fjsonservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kougen%2Fjsonservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kougen%2Fjsonservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kougen","download_url":"https://codeload.github.com/kougen/jsonservice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kougen%2Fjsonservice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["json","jsonserializer","package","pip","python"],"created_at":"2024-11-20T23:54:54.776Z","updated_at":"2026-04-28T00:32:21.534Z","avatar_url":"https://github.com/kougen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Service for Python\n\nMakes it easy to read and write JSON files in Python.\nIt supports complex nested data structures and is very easy to use.\n\n## Installation\n\n```bash\npip install jsonservice\n```\n\n## Usage\n\n```py\nfrom jsonservice import JsonService\n\n# Create a new JSON Service (creates a new file if it doesn't exist)\njson_service = JsonService('data.json')\n\n# Create a new JSON Service (will throw an error if the file doesn't exist)\njson_service2 = JsonService('data2.json', create_file_if_not_exists=False)\n\n# Creates a 'settings' object in the JSON file with a 'lights' property set to 'on'\njson_service.write(\"settings.lights\", \"on\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkougen%2Fjsonservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkougen%2Fjsonservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkougen%2Fjsonservice/lists"}