{"id":15422843,"url":"https://github.com/sneezry/stackorientedobjectnotation","last_synced_at":"2025-06-25T08:34:15.998Z","repository":{"id":68725019,"uuid":"114149301","full_name":"Sneezry/StackOrientedObjectNotation","owner":"Sneezry","description":"SOON (Stack Oriented Object Notation) is a data-interchange format. It is easy for low-level programming languages to parse, and easy to convert from JSON.","archived":false,"fork":false,"pushed_at":"2017-12-14T16:05:17.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-02T16:08:17.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://output.jsbin.com/hilahod","language":"TypeScript","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/Sneezry.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":"2017-12-13T17:24:53.000Z","updated_at":"2017-12-14T13:55:46.000Z","dependencies_parsed_at":"2023-04-07T20:17:25.934Z","dependency_job_id":null,"html_url":"https://github.com/Sneezry/StackOrientedObjectNotation","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":0.5333333333333333,"last_synced_commit":"047340fb0c4d0a2492c1f9fd36c885237abe108f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sneezry/StackOrientedObjectNotation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sneezry%2FStackOrientedObjectNotation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sneezry%2FStackOrientedObjectNotation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sneezry%2FStackOrientedObjectNotation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sneezry%2FStackOrientedObjectNotation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sneezry","download_url":"https://codeload.github.com/Sneezry/StackOrientedObjectNotation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sneezry%2FStackOrientedObjectNotation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261836021,"owners_count":23217148,"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-01T17:39:37.123Z","updated_at":"2025-06-25T08:34:15.975Z","avatar_url":"https://github.com/Sneezry.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stack Oriented Object Notation\n\nSOON (Stack Oriented Object Notation) is a data-interchange format. It is easy for low-level programming languages to parse, and easy to convert from JSON.\n\n## Online Playground\n\n\u003chttps://output.jsbin.com/hilahod\u003e\n\n## Structure\n\nSimilar with JSON, SOON is built on two commands:\n\n* A collection of name/value pairs (Object).\n* An ordered list of values (Array).\n\n### Object\n\n```\nvalue1 key1 value2 key2 ... value\u003cn\u003e key\u003cn\u003e O\u003cn\u003e\n```\n\nThe O command stands for Object.\n\n### Array\n\n```\nvalue1 value2 ... value\u003cn\u003e A\u003cn\u003e\n```\n\nThe A command stands for Array.\n\n### String, Number, Boolean and Null\n\nSame as JSON, single string, number, boolean and null are valid SOON.\n\n```\n\"Hello World\"\n123\nTrue\nFalse\nNull\n```\n\n## Compare with JSON\n\n| JSON | SOON |\n|:----:|:---:|\n| `\"Hello World\"` | `\"Hello World\"` |\n| `123` | `123` |\n| `true` | `True` |\n| `false` | `False` |\n| `null` | `Null` |\n| `[\"a\", \"b\", 123]` | `123 \"b\" \"a\" A3` |\n| `{\"key1\": \"value1\", \"key2\": \"value2\"}` | `\"value1\" \"key1\" \"value2\" \"key2\" O2` |\n| `{\"key\": [\"value1\", \"value2\"]}` | `\"value2\" \"value1\" A2 \"key\" O1` |\n| `[{\"key\": \"value1\"}, {\"key\": \"value2\"}]` | `\"value2\" \"key\" O1 \"value1\" \"key\" O1 A2` |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsneezry%2Fstackorientedobjectnotation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsneezry%2Fstackorientedobjectnotation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsneezry%2Fstackorientedobjectnotation/lists"}