JSONKeyExists ( json ; keyOrIndexOrPath )
Determine if a key exists in a JSON object (even if it is empty)
Be the first to rate this function Log in to vote
|
Jason Wood - Show more from this author
Define Database https://www.definedatabase.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns true if the specified key, index, or path exists in the provided JSON object. Returns false otherwise (including if the JSON is not valid).
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.