FileMaker-JSON-Functions
FileMaker-JSON-Functions copied to clipboard
jsonGet documentation states "json:notFound" is returned if the value was not found
This doesn't actually happen, though; it just returns an empty string.
An empty string is probably enough since a json null value will be returned as "json:null" (might want to confirm that's working as expected, though).