pub unsafe extern "C" fn IsValidJSON(
chars: *const Latin1Char,
len: u32,
) -> boolExpand description
Returns true if the given text is valid JSON.
pub unsafe extern "C" fn IsValidJSON(
chars: *const Latin1Char,
len: u32,
) -> boolReturns true if the given text is valid JSON.