{"id":65787,"library":"yosuke-furukawa-json5","title":"JSON5","description":"A Go implementation of the JSON5 data-interchange format, extending JSON with comments, trailing commas, and more.","status":"active","version":"0.1.1","language":"go","source_language":null,"source_url":"https://github.com/yosuke-furukawa/json5","tags":["json5","json","serialization","config"],"install":[{"cmd":"go get github.com/yosuke-furukawa/json5","lang":"bash","label":"Install github.com/yosuke-furukawa/json5"}],"dependencies":[],"imports":[{"symbol":"json5","correct":"github.com/yosuke-furukawa/json5"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/yosuke-furukawa/json5\"\n)\n\nfunc main() {\n\tvar v interface{}\n\terr := json5.Unmarshal([]byte(`{hello: 'world'}`), &v)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(v)\n}","lang":"go","description":"Unmarshal a JSON5 string into a Go value."},"warnings":[],"env_vars":null,"search_vec":"'comma':17 'comment':15 'config':23 'data':9 'data-interchang':8 'extend':12 'format':11 'go':3 'implement':4 'interchang':10 'json':13,21 'json5':1,7,20 'serial':22 'trail':16","created_at":"2026-06-17T17:15:07.634368+00:00","updated_at":"2026-06-17T17:15:07.634368+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/yosuke-furukawa/json5","github":"https://github.com/yosuke-furukawa/json5","docs":"https://pkg.go.dev/github.com/yosuke-furukawa/json5#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-17","next_check":"2026-12-14","install_tag":null}}