Checks if a value is a valid JSON value.
Recursively validates that the value and all nested structures conform to the Value type, which includes null, booleans, finite numbers, strings, arrays of JSON values, and plain objects with string keys and JSON values.
null
The value to check
true if the value is a valid JSON structure
true
Checks if a value is a valid JSON value.
Recursively validates that the value and all nested structures conform to the Value type, which includes
null, booleans, finite numbers, strings, arrays of JSON values, and plain objects with string keys and JSON values.