{"id":70478,"library":"serde-json5","title":"Serde JSON5","description":"A Serde (de)serializer for the JSON5 data format, which extends JSON with comments and other features.","status":"active","version":"0.2.1","language":"rust","source_language":null,"source_url":"https://github.com/google/serde_json5","tags":["serde","json5","serialization","deserialization"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nserde_json5 = \"0.2.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add serde_json5","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"from_str","correct":"use serde_json5::from_str;"}],"quickstart":{"code":"use serde_json5::from_str;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let data: serde_json::Value = from_str(\"{hello: 'world'}\")?;\n    println!(\"{:?}\", data);\n    Ok(())\n}","lang":"rust","description":"Deserialize a JSON5 string into a serde_json::Value"},"warnings":[{"fix":"Ensure your data conforms to JSON5 syntax (e.g., unquoted keys, comments).","message":"JSON5 is not JSON; some valid JSON5 may not be valid JSON and vice versa.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'comment':16 'data':10 'de':5 'deseri':23 'extend':13 'featur':19 'format':11 'json':14 'json5':2,9,21 'serd':1,4,20 'serial':6,22","created_at":"2026-06-17T18:14:51.184240+00:00","updated_at":"2026-06-17T18:14:51.184240+00:00","problems":[],"ecosystem":"crates","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/google/serde_json5","github":"https://github.com/google/serde_json5","docs":"https://docs.rs/serde_json5/","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}}