{"id":15679444,"url":"https://github.com/jmank88/ubjson","last_synced_at":"2025-05-07T10:34:58.583Z","repository":{"id":20015280,"uuid":"60219622","full_name":"jmank88/ubjson","owner":"jmank88","description":"Go package for working with Universal Binary JSON - http://ubjson.org/","archived":false,"fork":false,"pushed_at":"2023-10-01T01:52:49.000Z","size":175,"stargazers_count":13,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T10:34:46.252Z","etag":null,"topics":["go","golang","json","ubjson"],"latest_commit_sha":null,"homepage":"","language":"Go","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/jmank88.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":"2016-06-02T00:21:35.000Z","updated_at":"2025-04-23T00:38:42.000Z","dependencies_parsed_at":"2024-06-19T00:14:00.811Z","dependency_job_id":"6f14e003-f5e4-4a08-8c4b-3833e6a56638","html_url":"https://github.com/jmank88/ubjson","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmank88%2Fubjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmank88%2Fubjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmank88%2Fubjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmank88%2Fubjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmank88","download_url":"https://codeload.github.com/jmank88/ubjson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252860321,"owners_count":21815497,"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":["go","golang","json","ubjson"],"created_at":"2024-10-03T16:31:02.484Z","updated_at":"2025-05-07T10:34:58.550Z","avatar_url":"https://github.com/jmank88.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UBJSON [![GoDoc](https://godoc.org/github.com/jmank88/ubjson?status.svg)](https://godoc.org/github.com/jmank88/ubjson) [![Build Status](https://github.com/jmank88/ubjson/workflows/Go%20Build%20and%20Test/badge.svg)](https://github.com/jmank88/ubjson/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/jmank88/ubjson)](https://goreportcard.com/report/github.com/jmank88/ubjson)\n\nA Go package implementing encoding and decoding of [Universal Binary JSON](http://ubjson.org/) (spec 12).\n\n## Features\n\n- Type specific methods for built-in types.\n\n- Automatic encoding via reflection for most types.\n\n- Custom encoding via Value interface.\n\n- Streaming support via Encoder/Decoder.\n\n- Support for [optimized format](http://ubjson.org/type-reference/container-types/#optimized-format).\n\n- Block format.\n\n## Usage\n\n```go\nb, _ := ubjson.MarshalBlock(8)\n// [U][8]\n\nb, _ = ubjson.MarshalBlock(\"hello\")\n// [S][U][5][hello]\n\nvar v interface{}\n...\nb, _ = ubjson.Marshal(v)\n// ...\n```\n\nSee the [GoDoc](https://godoc.org/github.com/jmank88/ubjson) for more\ninformation and [examples](https://godoc.org/github.com/jmank88/ubjson#pkg-examples).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmank88%2Fubjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmank88%2Fubjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmank88%2Fubjson/lists"}