isJsonValid
isJsonValid(json: StringUtf8): Boolean;
The isJsonValid method of the JadeJson class checks if the specified JSON string is valid.
This method returns true if the specified JSON string is valid; otherwise it returns false.
2025 R2 and higher
