Operators |
json_is_valid — Checks if a string is a valid JSON string.
json_is_valid( : : TestString : IsValid)
json_is_valid checks if a string is a valid JSON string.
Find more information about the JSON extension package in the introduction to this chapter.
string to be tested for valid JSON representation
true if the provided string is a valid JSON string
Foundation
Operators |