{"id":51620,"library":"segmentio-encoding","title":"encoding","description":"A collection of high-performance encoding and decoding packages for Go.","status":"active","version":"0.5.4","language":"go","source_language":null,"source_url":"https://github.com/segmentio/encoding","tags":["encoding","json","performance","serialization"],"install":[{"cmd":"go get github.com/segmentio/encoding","lang":"bash","label":"Install github.com/segmentio/encoding"}],"dependencies":[],"imports":[{"symbol":"encoding","correct":"github.com/segmentio/encoding"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/segmentio/encoding/json\"\n)\n\nfunc main() {\n    type Person struct {\n        Name string `json:\"name\"`\n    }\n    p := Person{Name: \"Alice\"}\n    data, _ := json.Marshal(p)\n    fmt.Println(string(data))\n}","lang":"go","description":"Marshal a struct to JSON using the segmentio/json package."},"warnings":[],"env_vars":null,"search_vec":"'collect':3 'decod':10 'encod':1,8,14 'go':13 'high':6 'high-perform':5 'json':15 'packag':11 'perform':7,16 'serial':17","created_at":"2026-06-15T06:23:33.720439+00:00","updated_at":"2026-06-15T06:23:33.720439+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/segmentio/encoding","github":"https://github.com/segmentio/encoding","docs":"https://pkg.go.dev/github.com/segmentio/encoding#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}