{"id":15767402,"url":"https://github.com/lmangani/rison.js","last_synced_at":"2025-05-12T20:42:13.086Z","repository":{"id":46688670,"uuid":"114381510","full_name":"lmangani/rison.js","owner":"lmangani","description":"NodeJS Rison Library","archived":false,"fork":false,"pushed_at":"2024-06-16T10:51:56.000Z","size":64,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-05T13:22:08.551Z","etag":null,"topics":["decoder","encoder","json","node","nodejs","rison"],"latest_commit_sha":null,"homepage":null,"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/lmangani.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},"funding":{"github":["lmangani"]}},"created_at":"2017-12-15T14:54:11.000Z","updated_at":"2023-11-27T01:03:26.000Z","dependencies_parsed_at":"2024-10-04T13:22:09.823Z","dependency_job_id":"863bd548-3d42-4a5d-ae14-fee042d9df40","html_url":"https://github.com/lmangani/rison.js","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"b242717d717b1831838a0caae77721da2df62699"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frison.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frison.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frison.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Frison.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmangani","download_url":"https://codeload.github.com/lmangani/rison.js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253505663,"owners_count":21918942,"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":["decoder","encoder","json","node","nodejs","rison"],"created_at":"2024-10-04T13:22:00.237Z","updated_at":"2025-05-12T20:42:13.053Z","avatar_url":"https://github.com/lmangani.png","language":"JavaScript","funding_links":["https://github.com/sponsors/lmangani"],"categories":[],"sub_categories":[],"readme":"# rison.js\nNodeJS Rison Library with no dependencies\n\n### Usage\n#### Import\n```\nimport { encode,decode } from 'rison.js'\n```\n##### Encode JSON to Rison\n```\nvar json = { \"ami\" : \"correct\", \"array\": [\"one\"] };\nconsole.log( encode(json));\n```\n\n##### Decode Rison to JSON\n```\nvar rison = '(ami:correct,array:!(one))'\nconsole.log( decode(rison));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmangani%2Frison.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmangani%2Frison.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmangani%2Frison.js/lists"}