{"id":52757,"library":"go-faster-jx","title":"jx","description":"Package jx implements RFC 7159 JSON encoding and decoding.","status":"active","version":"1.2.0","language":"go","source_language":null,"source_url":"https://github.com/go-faster/jx","tags":["json","encoding","decoding","rfc7159"],"install":[{"cmd":"go get github.com/go-faster/jx","lang":"bash","label":"Install github.com/go-faster/jx"}],"dependencies":[],"imports":[{"symbol":"jx","correct":"github.com/go-faster/jx"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/go-faster/jx\"\n)\n\nfunc main() {\n\tvar v jx.Encoder\n\tv.ObjStart()\n\tv.Field(\"hello\", func(e *jx.Encoder) { e.Str(\"world\") })\n\tv.ObjEnd()\n\tfmt.Println(v.String())\n}","lang":"go","description":"Encodes a simple JSON object using jx."},"warnings":[],"env_vars":null,"search_vec":"'7159':6 'decod':10,13 'encod':8,12 'implement':4 'json':7,11 'jx':1,3 'packag':2 'rfc':5 'rfc7159':14","created_at":"2026-06-15T07:10:24.401399+00:00","updated_at":"2026-06-15T07:10:24.401399+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/go-faster/jx","github":"https://github.com/go-faster/jx","docs":"https://pkg.go.dev/github.com/go-faster/jx#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}}