{"id":58377,"library":"simd-json","title":"SIMD JSON","description":"High performance JSON parser based on a port of simdjson, leveraging SIMD instructions for speed.","status":"active","version":"0.17.0","language":"rust","source_language":null,"source_url":"https://github.com/simd-lite/simd-json","tags":["json","simd","performance","parsing"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nsimd-json = \"0.17.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add simd-json","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"to_value","correct":"use simd_json::prelude::*;"}],"quickstart":{"code":"use simd_json::prelude::*;\n\nfn main() -> Result<(), simd_json::Error> {\n    let mut data = br#\"{\"key\": \"value\"}\"#.to_vec();\n    let value: simd_json::BorrowedValue = simd_json::to_borrowed_value(&mut data)?;\n    println!(\"Parsed: {:?}\", value);\n    Ok(())\n}","lang":"rust","description":"Parses a JSON string into a borrowed value using SIMD acceleration."},"warnings":[{"fix":"Ensure target CPU supports SIMD or use fallback mode.","message":"Requires CPU with SIMD support (e.g., SSE4.2 on x86).","severity":"gotcha","affected_versions":">=0.17.0"}],"env_vars":null,"search_vec":"'base':7 'high':3 'instruct':15 'json':2,5,18 'leverag':13 'pars':21 'parser':6 'perform':4,20 'port':10 'simd':1,14,19 'simdjson':12 'speed':17","created_at":"2026-06-16T16:21:31.364538+00:00","updated_at":"2026-06-16T16:21:31.364538+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/simd-lite/simd-json","github":"https://github.com/simd-lite/simd-json","docs":"https://docs.rs/simd-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-16","next_check":"2026-12-13","install_tag":null}}