{"id":59950,"library":"gjson","title":"GJSON","description":"Get JSON values quickly using a simple path syntax, optimized for performance.","status":"active","version":"0.8.1","language":"rust","source_language":null,"source_url":"https://github.com/tidwall/gjson.rs","tags":["json","query","path","performance"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ngjson = \"0.8.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add gjson","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"get","correct":"use gjson::get;"}],"quickstart":{"code":"use gjson::get;\n\nlet data = r#\"{\"name\": {\"first\": \"Tom\", \"last\": \"Anderson\"}}\"#;\nlet value = get(data, \"name.first\");\nprintln!(\"First name: {}\", value);","lang":"rust","description":"Extracts a nested JSON value using a dot-separated path."},"warnings":[{"fix":"Use `gjson::valid` to check JSON validity before querying.","message":"Does not validate JSON; returns empty string for invalid paths.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'get':2 'gjson':1 'json':3,14 'optim':11 'path':9,16 'perform':13,17 'queri':15 'quick':5 'simpl':8 'syntax':10 'use':6 'valu':4","created_at":"2026-06-16T17:22:17.872551+00:00","updated_at":"2026-06-16T17:22:17.872551+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/tidwall/gjson.rs","github":"https://github.com/tidwall/gjson.rs","docs":"https://docs.rs/gjson/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}