{"id":21100221,"url":"https://github.com/prataprc/collatejson","last_synced_at":"2026-03-08T01:34:06.499Z","repository":{"id":68691459,"uuid":"12178700","full_name":"prataprc/collatejson","owner":"prataprc","description":"Order preserving json to binary encoding and decoding.","archived":false,"fork":false,"pushed_at":"2021-02-10T11:21:57.000Z","size":928,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-17T14:49:00.671Z","etag":null,"topics":["binary","collation","json"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prataprc.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":"2013-08-17T12:42:14.000Z","updated_at":"2022-08-19T08:54:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"43c80412-a155-4b04-8514-7281ba71afd0","html_url":"https://github.com/prataprc/collatejson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prataprc/collatejson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prataprc%2Fcollatejson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prataprc%2Fcollatejson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prataprc%2Fcollatejson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prataprc%2Fcollatejson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prataprc","download_url":"https://codeload.github.com/prataprc/collatejson/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prataprc%2Fcollatejson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30240901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T00:58:18.660Z","status":"ssl_error","status_checked_at":"2026-03-08T00:55:48.608Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["binary","collation","json"],"created_at":"2024-11-19T23:06:44.688Z","updated_at":"2026-03-08T01:34:06.477Z","avatar_url":"https://github.com/prataprc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"README\n======\n\nCollatejson library, written in golang, provides encoding and decoding function\nto transform JSON text into binary representation without loosing information.\nThat is,\n\n* binary representation should preserve the sort order such that, sorting\n  binary encoded json documents much match sorting by functions that parse\n  and compare JSON documents.\n* it must be possible to get back the original document, in semantically\n  correct form, from its binary representation.\n\nNotes:\n\n* items in a property object are sorted by its property name before they\n  are compared with other property object.\n\nfor api documentation and bench marking try,\n\n```bash\ngodoc github.com/couchbaselabs/go-collatejson | less\ncd go-collatejson\ngo test -test.bench=.\n```\n\nto measure relative difference in sorting 100K elements using encoding/json\nlibrary and this library try,\n\n```bash\ngo test -test.bench=Sort\n```\n\nexamples/* contains reference sort ordering for different json elements.\n\nFor known issues refer to `TODO.rst`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprataprc%2Fcollatejson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprataprc%2Fcollatejson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprataprc%2Fcollatejson/lists"}