{"id":71528,"library":"aacfactory-json","title":"AAC JSON","description":"Package json provides JSON encoding and decoding utilities.","status":"active","version":"1.16.9","language":"go","source_language":null,"source_url":"https://github.com/aacfactory/json","tags":["json","encoding","serialization"],"install":[{"cmd":"go get github.com/aacfactory/json","lang":"bash","label":"Install github.com/aacfactory/json"}],"dependencies":[],"imports":[{"symbol":"json","correct":"github.com/aacfactory/json"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/aacfactory/json\"\n)\n\nfunc main() {\n\ttype Person struct {\n\t\tName string `json:\"name\"`\n\t}\n\tp := Person{Name: \"Alice\"}\n\tdata, _ := json.Marshal(p)\n\tfmt.Println(string(data))\n}","lang":"go","description":"Marshals a struct to JSON."},"warnings":[],"env_vars":null,"search_vec":"'aac':1 'decod':9 'encod':7,12 'json':2,4,6,11 'packag':3 'provid':5 'serial':13 'util':10","created_at":"2026-06-17T18:28:17.093594+00:00","updated_at":"2026-06-17T18:28:17.093594+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/aacfactory/json","github":"https://github.com/aacfactory/json","docs":"https://pkg.go.dev/github.com/aacfactory/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}}