{"id":64868,"library":"clarketm-json","title":"clarketm/json","description":"Package json implements encoding and decoding of JSON as defined in RFC 7159.","status":"active","version":"1.17.1","language":"go","source_language":null,"source_url":"https://github.com/clarketm/json","tags":["json","encoding","decoding","serialization"],"install":[{"cmd":"go get github.com/clarketm/json","lang":"bash","label":"Install github.com/clarketm/json"}],"dependencies":[],"imports":[{"symbol":"json","correct":"github.com/clarketm/json"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/clarketm/json\"\n)\n\nfunc main() {\n\ttype Person struct {\n\t\tName string `json:\"name\"`\n\t}\n\tp := Person{Name: \"Alice\"}\n\tb, _ := json.Marshal(p)\n\tfmt.Println(string(b))\n}","lang":"go","description":"Marshal a struct to JSON."},"warnings":[],"env_vars":null,"search_vec":"'7159':14 'clarketm/json':1 'decod':7,17 'defin':11 'encod':5,16 'implement':4 'json':3,9,15 'packag':2 'rfc':13 'serial':18","created_at":"2026-06-17T17:01:27.817439+00:00","updated_at":"2026-06-17T17:01:27.817439+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/clarketm/json","github":"https://github.com/clarketm/json","docs":"https://pkg.go.dev/github.com/clarketm/json#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}}