pub fn parse_json_str(json: &str) -> Result<Value, String>
Parse JSON from a string slice using SIMD acceleration when possible Falls back to serde_json for compatibility