{"id":71441,"library":"nu-json","title":"nu-json","description":"Fork of serde-hjson, providing JSON parsing and serialization with human-readable JSON extensions.","status":"active","version":"0.111.0","language":"rust","source_language":null,"source_url":"https://github.com/nushell/nushell","tags":["json","hjson","serialization","nushell","parsing"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nnu-json = \"0.111.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add nu-json","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Value","correct":"use nu_json::Value;"}],"quickstart":{"code":"use nu_json::Value;\n\nlet json: Value = nu_json::from_str(\"{\\\"key\\\": \\\"value\\\"}\").unwrap();\nprintln!(\"{:?}\", json);","lang":"rust","description":"Parses a JSON string into a nu_json Value and prints it."},"warnings":[{"fix":"Use serde_json for strict JSON compliance; nu_json is intended for Nushell's extended format.","message":"This is a fork of serde-hjson and may not be fully compatible with standard JSON; some edge cases differ.","severity":"gotcha","affected_versions":">=0.111.0"}],"env_vars":null,"search_vec":"'extens':19 'fork':4 'hjson':8,21 'human':16 'human-read':15 'json':3,10,18,20 'nu':2 'nu-json':1 'nushel':23 'pars':11,24 'provid':9 'readabl':17 'serd':7 'serde-hjson':6 'serial':13,22","created_at":"2026-06-17T18:26:55.742932+00:00","updated_at":"2026-06-17T18:26:55.742932+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/nushell/nushell","github":"https://github.com/nushell/nushell","docs":"https://docs.rs/nu-json/","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}}