{"id":23642455,"url":"https://github.com/sogaiu/janet-jsonish","last_synced_at":"2025-08-31T18:32:58.901Z","repository":{"id":207138904,"uuid":"718108866","full_name":"sogaiu/janet-jsonish","owner":"sogaiu","description":"JSON \u003c-\u003e JDN Converter in Pure Janet","archived":false,"fork":false,"pushed_at":"2024-08-06T15:57:53.000Z","size":59,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-06T18:51:37.554Z","etag":null,"topics":["janet","jdn","json"],"latest_commit_sha":null,"homepage":"","language":"Janet","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/sogaiu.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":"2023-11-13T11:57:19.000Z","updated_at":"2024-08-06T15:57:58.000Z","dependencies_parsed_at":"2023-12-18T16:59:04.241Z","dependency_job_id":"3d3cc4c4-0112-4723-b90a-6ae90b12bcb1","html_url":"https://github.com/sogaiu/janet-jsonish","commit_stats":null,"previous_names":["sogaiu/janet-jsonish"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogaiu%2Fjanet-jsonish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogaiu%2Fjanet-jsonish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogaiu%2Fjanet-jsonish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sogaiu%2Fjanet-jsonish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sogaiu","download_url":"https://codeload.github.com/sogaiu/janet-jsonish/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231615472,"owners_count":18400983,"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":["janet","jdn","json"],"created_at":"2024-12-28T10:51:03.611Z","updated_at":"2024-12-28T10:51:04.174Z","avatar_url":"https://github.com/sogaiu.png","language":"Janet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsonish\n\nJSON \u003c-\u003e JDN conversion in pure Janet.\n\n# Usage\n\n```janet\n(import jsonish :as j)\n\n(j/decode `\"\\u00a2 \\u7a7a\\ud834\\udd1e\\u6d77 \\ud83e\\udd86\"`)\n# =\u003e\n\"¢ 空𝄞海 🦆\"\n\n(deep= (j/encode {\"Socrates\" 1 \"Seneca\" 8})\n       (j/encode {\"Seneca\" 8 \"Socrates\" 1}))\n# =\u003e\ntrue\n\n(def src\n  `{\"bart\": \"person\", \"brian\": [3, 8, 9]}`)\n\n(j/decode (j/encode (j/decode src)))\n# =\u003e\n@{\"bart\" \"person\"\n  \"brian\" @[3 8 9]}\n\n(j/encode {\"result\" :null})\n# =\u003e\n@`{\"result\": null}`\n```\n\n# Alternatives\n\n## C\n\n* [spork](https://github.com/janet-lang/spork/)\n\n## Pure Janet\n\n* [janet-json-pure](https://github.com/Techcable/janet-json-pure) -\n  if Unicode support is important, might want to look at source closely\n* [janet-pure-parsers](https://github.com/rlonstein/janet-pure-parsers) -\n  if Unicode support is important, might want to look at source closely\n* [jayson](https://github.com/CFiggers/jayson)\n* [medea](https://github.com/pyrmont/medea)\n\n# Credits\n\n* bakpakin - `spork/json` from [spork](https://github.com/janet-lang/spork/)\n* CFiggers - [jayson](https://github.com/CFiggers/jayson)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsogaiu%2Fjanet-jsonish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsogaiu%2Fjanet-jsonish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsogaiu%2Fjanet-jsonish/lists"}