{"id":15926221,"url":"https://github.com/jmank88/jsonseq","last_synced_at":"2025-06-23T08:34:30.768Z","repository":{"id":84015875,"uuid":"79615045","full_name":"jmank88/jsonseq","owner":"jmank88","description":"Go package for reading and writing JSON text sequences (application/json-seq) as defined in RFC 7464","archived":false,"fork":false,"pushed_at":"2022-03-27T12:36:23.000Z","size":79,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T03:54:17.142Z","etag":null,"topics":["go","golang","json","rfc-7464"],"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/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":"2017-01-21T01:23:23.000Z","updated_at":"2023-08-11T06:23:01.000Z","dependencies_parsed_at":"2023-03-12T16:45:18.312Z","dependency_job_id":null,"html_url":"https://github.com/jmank88/jsonseq","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmank88%2Fjsonseq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmank88%2Fjsonseq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmank88%2Fjsonseq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmank88%2Fjsonseq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmank88","download_url":"https://codeload.github.com/jmank88/jsonseq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245289767,"owners_count":20591129,"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","rfc-7464"],"created_at":"2024-10-06T22:22:20.686Z","updated_at":"2025-03-24T14:32:39.184Z","avatar_url":"https://github.com/jmank88.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsonseq [![GoDoc](https://godoc.org/github.com/jmank88/jsonseq?status.svg)](https://godoc.org/github.com/jmank88/jsonseq) [![Build Status](https://travis-ci.org/jmank88/jsonseq.svg)](https://travis-ci.org/jmank88/jsonseq) [![Go Report Card](https://goreportcard.com/badge/github.com/jmank88/jsonseq)](https://goreportcard.com/report/github.com/jmank88/jsonseq)\n\nA Go package providing methods for reading and writing JSON text sequences\n(`application/json-seq`) as defined in RFC 7464 (https://tools.ietf.org/html/rfc7464).\n\n## Usage\n\n```go\n_ = jsonseq.NewEncoder(os.Stdout).Encode(\"Test\")\n// \u001e\"Test\"\n\n_ = jsonseq.WriteRecord(os.Stdout, []byte(`{\"id\":2}`))\n// \u001e{\"id\":2}\n\nvar i interface{}\nd := jsonseq.NewDecoder(strings.NewReader(`\u001e{\"id\":1} \u001e1234\u001e1234 \u001etrue discarded junk`))\n_ = d.Decode(\u0026i)\nfmt.Println(i)\n// map[id:1]\n```\n\nSee the [GoDoc](https://godoc.org/github.com/jmank88/jsonseq) for more information\nand [examples](https://godoc.org/github.com/jmank88/jsonseq#pkg-examples).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmank88%2Fjsonseq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmank88%2Fjsonseq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmank88%2Fjsonseq/lists"}