{"id":18927211,"url":"https://github.com/joelesko/jcon","last_synced_at":"2026-03-15T12:30:17.459Z","repository":{"id":86400153,"uuid":"158994797","full_name":"joelesko/jcon","owner":"joelesko","description":"JCON: JSON for Configuration ","archived":false,"fork":false,"pushed_at":"2018-11-27T18:53:44.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T18:56:56.416Z","etag":null,"topics":["configuration","jcon","json"],"latest_commit_sha":null,"homepage":"https://jconformat.org","language":null,"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/joelesko.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":"2018-11-25T03:35:51.000Z","updated_at":"2023-09-12T17:43:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"ecde13cc-a8d5-49a3-90b8-9fa4c64393fe","html_url":"https://github.com/joelesko/jcon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelesko%2Fjcon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelesko%2Fjcon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelesko%2Fjcon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joelesko%2Fjcon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joelesko","download_url":"https://codeload.github.com/joelesko/jcon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239923002,"owners_count":19719067,"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":["configuration","jcon","json"],"created_at":"2024-11-08T11:18:27.237Z","updated_at":"2026-03-15T12:30:17.395Z","avatar_url":"https://github.com/joelesko.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# JCON: JSON for Configuration \n\nJCON is a configuration format that keeps the familiarity of JSON, but requires less syntax -- making it easier to read and write.\n\n[JCON Home Page](https://jconformat.org)\n\n\n## At a Glance\n\n```\n\n{\n    // this is a comment\n    myKey: {\n\n        key: this is a string\n        boolean: true\n        number: 123\n\n        list: [\n            this is item 1\n            this is item 2\n        ]\n        \n        multiline: `\n            This is a\n            multiline\n            string\n        `\n    }\n}\n\n```\n\n## Features\n\n- No quotation marks for strings or keys.\n- Separation by line breaks, not commas.\n- Support for line comments.\n- Support for multi-line strings.\n- Small footprint (~ 7k). No dependencies.\n\n\n## Implementations\n\n- [JavaScript](https://github.com/joelesko/jcon-js) \n- PHP (coming soon)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoelesko%2Fjcon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoelesko%2Fjcon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoelesko%2Fjcon/lists"}