{"id":76592,"library":"gogap-env-json","title":"Env JSON","description":"A Go library for parsing environment variables as JSON, enabling structured configuration from environment variables.","status":"active","version":"0.0.0-20150503135429-86150085ddbe","language":"go","source_language":null,"source_url":"https://github.com/gogap/env_json","tags":["env","json","configuration","environment"],"install":[{"cmd":"go get github.com/gogap/env_json","lang":"bash","label":"Install github.com/gogap/env_json"}],"dependencies":[],"imports":[{"symbol":"env_json","correct":"github.com/gogap/env_json"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/gogap/env_json\"\n)\n\nfunc main() {\n\tvar config struct {\n\t\tName string `json:\"name\"`\n\t}\n\terr := env_json.Unmarshal(&config)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(config.Name)\n}","lang":"go","description":"Unmarshal environment variables into a struct."},"warnings":[],"env_vars":null,"search_vec":"'configur':14,20 'enabl':12 'env':1,18 'environ':8,16,21 'go':4 'json':2,11,19 'librari':5 'pars':7 'structur':13 'variabl':9,17","created_at":"2026-06-17T19:33:51.874830+00:00","updated_at":"2026-06-17T19:33:51.874830+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/gogap/env_json","github":"https://github.com/gogap/env_json","docs":"https://pkg.go.dev/github.com/gogap/env_json#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["config","utility"],"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}}