{"id":16269553,"url":"https://github.com/av/yson","last_synced_at":"2025-03-19T23:30:54.204Z","repository":{"id":98551393,"uuid":"43070851","full_name":"av/yson","owner":"av","description":"YSON format description","archived":false,"fork":false,"pushed_at":"2024-10-08T11:32:47.000Z","size":55,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-28T21:37:04.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/av.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":"2015-09-24T14:11:10.000Z","updated_at":"2024-08-08T02:56:58.000Z","dependencies_parsed_at":"2024-10-27T21:38:24.454Z","dependency_job_id":"12516568-8c58-4e5c-ae56-a87223b1c04e","html_url":"https://github.com/av/yson","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/av%2Fyson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Fyson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Fyson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av%2Fyson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/av","download_url":"https://codeload.github.com/av/yson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244030781,"owners_count":20386532,"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-10-10T18:08:37.145Z","updated_at":"2025-03-19T23:30:54.199Z","avatar_url":"https://github.com/av.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![YSON](/assets/logo.png?raw=true \"YSON\")\n\n**YSON** (YSON - Simple Object Notation) - is a really lightweight data interchange format. \n\n\nIt is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a JSON, which is completely language independent, but uses conventions that are familiar to programmers of the C-family of languages.\n\nYSON is built on simple rule - to reduce the redundand syntax elements. It supports all possible data structures are supported by JSON itself. Inspired by awesome YAML and JADE syntaxes.\n\n## Example\n\n*YSON - __316__ Symbols*\n\n```\nname Luke Skywalker\nheight 1.72\nhair_color Blond\nbirth_year 19 BBY\ngender Male\nhomeworld http://swapi.co/api/planets/1/\nfilms\n  http://swapi.co/api/films/1/,\n  http://swapi.co/api/films/2/,\n  http://swapi.co/api/films/3/,\nspecies\n  http://swapi.co/api/species/1/,\nfather\n  name Darth Vader\n  height 2.02\n  hair_color\n```\n\n*JSON - __437__ Symbols*\n\n```JSON\n{\n  \"name\": \"Luke Skywalker\",\n  \"height\": 1.72,\n  \"hair_color\": \"Blond\",\n  \"birth_year\": \"19 BBY\",\n  \"gender\": \"Male\",\n  \"homeworld\": \"http://swapi.co/api/planets/1/\",\n  \"films\": [\n    \"http://swapi.co/api/films/1/\",\n    \"http://swapi.co/api/films/2/\",\n    \"http://swapi.co/api/films/3/\"\n  ],\n  \"species\": [\n    \"http://swapi.co/api/species/1/\"\n  ],\n  \"father\": {\n    \"name\": \"Darth Vader\",\n    \"height\": 2.02,\n    \"hair_color\": null\n  }\n}\n```\n\n## Structures\n\n![Object](assets/notations/object.png?raw=true \"Object\")\n\n![Object](assets/notations/array.png?raw=true \"Object\")\n\n![Object](assets/notations/number.png?raw=true \"Object\")\n\n![Object](assets/notations/string.png?raw=true \"Object\")\n\n![Object](assets/notations/value.png?raw=true \"Object\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fav%2Fyson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fav%2Fyson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fav%2Fyson/lists"}