isjson

isjson(JsonDocument)

The isjson function returns 1 if the document is valid JSON, 0 otherwise.

isjson('{ "type" : 1 }'): 1
isjson('{}'): 1
isjson('json this is not'): 0


Copyright © Thunderstone Software     Last updated: Oct 5 2023
Copyright © 2024 Thunderstone Software LLC. All rights reserved.