{"id":15089300,"url":"https://github.com/lkiesow/2json","last_synced_at":"2026-01-04T15:33:01.676Z","repository":{"id":246783864,"uuid":"822175518","full_name":"lkiesow/2json","owner":"lkiesow","description":"Simple tools to convert YAML and TOML files to JSON","archived":false,"fork":false,"pushed_at":"2024-06-30T13:51:57.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-27T20:31:28.233Z","etag":null,"topics":["converter","json","toml","yaml"],"latest_commit_sha":null,"homepage":"","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/lkiesow.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-30T13:45:34.000Z","updated_at":"2024-06-30T13:52:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"53175784-ab4a-4d55-b533-2a1bde70f384","html_url":"https://github.com/lkiesow/2json","commit_stats":null,"previous_names":["lkiesow/2json"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lkiesow%2F2json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lkiesow%2F2json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lkiesow%2F2json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lkiesow%2F2json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lkiesow","download_url":"https://codeload.github.com/lkiesow/2json/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235688644,"owners_count":19029915,"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":["converter","json","toml","yaml"],"created_at":"2024-09-25T08:44:22.787Z","updated_at":"2026-01-04T15:33:01.646Z","avatar_url":"https://github.com/lkiesow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YAML/TOML to JSON Converter\n\nSimple tools to convert YAML and TOML files to JSON.\n\n### Example: `test.yaml`\n```yaml\nsome-key:\n  a: 1\n  b: 2\n```\n\n```json5\n❯ yaml2json test.yaml\n{\n  \"some-key\": {\n    \"a\": 1,\n    \"b\": 2\n  }\n}\n```\n\n### Example: `test.toml`\n```toml\n[some-key]\na = 1\nb = 2\n```\n\n```json5\n❯ toml2json test.toml\n{\n  \"some-key\": {\n    \"a\": 1,\n    \"b\": 2\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flkiesow%2F2json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flkiesow%2F2json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flkiesow%2F2json/lists"}