{"id":16122042,"url":"https://github.com/foxcapades/gojasc","last_synced_at":"2025-07-25T08:06:38.191Z","repository":{"id":90411048,"uuid":"316631412","full_name":"Foxcapades/gojasc","owner":"Foxcapades","description":"JSON Safe Binary Serialization","archived":false,"fork":false,"pushed_at":"2020-12-05T21:44:12.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-12T17:19:19.888Z","etag":null,"topics":["deserialization","golang","library","serialization"],"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/Foxcapades.png","metadata":{"files":{"readme":"readme.adoc","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":"2020-11-28T01:08:03.000Z","updated_at":"2020-12-05T21:44:14.000Z","dependencies_parsed_at":"2023-03-13T21:15:59.738Z","dependency_job_id":null,"html_url":"https://github.com/Foxcapades/gojasc","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Fgojasc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Fgojasc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Fgojasc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foxcapades%2Fgojasc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Foxcapades","download_url":"https://codeload.github.com/Foxcapades/gojasc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478234,"owners_count":20945262,"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":["deserialization","golang","library","serialization"],"created_at":"2024-10-09T21:09:09.819Z","updated_at":"2025-04-06T11:41:04.981Z","avatar_url":"https://github.com/Foxcapades.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"= JSON Safe Binary Serialization\nElizabeth Paige Harper \u003cfoxcapade@gmail.com\u003e\nv1.0, December 5, 2020\n\nimage:https://img.shields.io/github/v/tag/foxcapades/gojasc[GitHub tag (latest SemVer)]\nimage:https://img.shields.io/github/go-mod/go-version/foxcapades/gojasc[GitHub go.mod Go version]\nimage:https://img.shields.io/github/license/foxcapades/gojasc[GitHub]\nimage:https://img.shields.io/badge/api-docs-ff69b4[title=\"API Docs\", link=https://pkg.go.dev/github.com/foxcapades/gojasc/v1/pkg/j57]\nimage:https://github.com/Foxcapades/gojasc/workflows/Go/badge.svg[Go]\nimage:https://codecov.io/gh/Foxcapades/gojasc/branch/main/graph/badge.svg?token=E4WD9IURJL[title=codecov, link=https://codecov.io/gh/Foxcapades/gojasc]\n\nGoJasc provides a suite of utilities to serialize data into a binary form that\nwrites its octet output in a JSON safe range of ASCII characters.\n\n.Basic Usage\n[source, go]\n----\npackage main\n\nimport (\n\t\"encoding/json\"\n\t\"math\"\n\t\"os\"\n\n\t\"github.com/foxcapades/gojasc/v1/pkg/j57\"\n)\n\nfunc main() {\n\tdata := j57.SerializeComplex128(complex(math.MaxFloat64, math.MaxFloat64))\n\n\tenc := json.NewEncoder(os.Stdout)\n\tenc.SetIndent(\"\", \"  \")\n\tenc.SetEscapeHTML(false)\n\n\t_ = enc.Encode(string(data))\n\n\t// Outputs:\n\t// \".\u003c=\u003c[[=U=7(/.\u003c=\u003c[[=U=7(/\"\n}\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Fgojasc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoxcapades%2Fgojasc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoxcapades%2Fgojasc/lists"}