pub fn json_strings_equal(a: &str, b: &str) -> bool
Compare two JSON string values for equality.
This is optimized for JSON strings which are typically short. Uses SIMD for strings >= 16 bytes.