json_strings_equal

Function json_strings_equal 

Source
pub fn json_strings_equal(a: &str, b: &str) -> bool
Expand description

Compare two JSON string values for equality.

This is optimized for JSON strings which are typically short. Uses SIMD for strings >= 16 bytes.