{"id":20678795,"url":"https://github.com/olistic/jotason","last_synced_at":"2026-04-17T14:31:39.708Z","repository":{"id":22903114,"uuid":"26251689","full_name":"olistic/jotason","owner":"olistic","description":"🍬 Lightweight data-interchange language that adds syntactic sugar to JSON","archived":false,"fork":false,"pushed_at":"2015-04-21T03:28:14.000Z","size":216,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T15:16:45.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/olistic.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":"2014-11-06T03:16:36.000Z","updated_at":"2018-07-28T17:59:21.000Z","dependencies_parsed_at":"2022-08-21T15:50:41.820Z","dependency_job_id":null,"html_url":"https://github.com/olistic/jotason","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/olistic%2Fjotason","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olistic%2Fjotason/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olistic%2Fjotason/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olistic%2Fjotason/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olistic","download_url":"https://codeload.github.com/olistic/jotason/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242911297,"owners_count":20205469,"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-11-16T21:22:18.544Z","updated_at":"2026-04-17T14:31:34.686Z","avatar_url":"https://github.com/olistic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jotason\n\nA lightweight language that adds syntactic sugar to JSON.\n\n## What is Jotason?\n\nWhy would we write this JSON:\n\n```\n{\n    \"_id\": 1237,\n    \"name\": \"Walter Merriam\",\n    \"birthdate\": \"08/23/1987\",\n    \"allergic\": false,\n    \"celiac\": false,\n    \"diabetic\": false,\n    \"hypertensive\": false,\n    \"diseases\": [\"Urinary Tract Infection\"],\n    \"medications\": [\n        {\n            \"name\": \"Amoxicilin\",\n            \"dosage\": \"500mg/8h\"\n        },\n        {\n            \"name\": \"Aspirin\",\n            \"dosage\": \"3g/1d\"\n        },\n        {\n            \"name\": \"Ibuprofen\",\n            \"dosage\": \"200mg/6h\"\n        }\n    ]\n}\n```\n\nwhen we can write this Jotason:\n\n```\n{\n    _id: 1237,\n    name: \"Walter Merriam\",\n    birthdate: \"08/23/1987\",\n    allergic, celiac, diabetic, hypertensive: false,\n    diseases: [\"Urinary Tract Infection\"],\n    medications\": [\n        (name, dosage):\n        \"Amoxicillin\", \"500mg/8h\",\n        \"Aspirin\", \"3g/1d\",\n        \"Ibuprofen\", \"200mg/6h\"\n    ]\n}\n```\n\n## Credits\n\nCredit to [@LeonardoVal](https://github.com/LeonardoVal) for the original JS-Data idea.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folistic%2Fjotason","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folistic%2Fjotason","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folistic%2Fjotason/lists"}