FileMaker-JSON-Functions icon indicating copy to clipboard operation
FileMaker-JSON-Functions copied to clipboard

jsonGetKeyList ( "" ) = "?"

Open dansmith65 opened this issue 10 years ago • 1 comments

It should either return an empty string, or an error (I'm not sure which, yet). It seems like it's trying to process it and reaching FM's recursion limits.

dansmith65 avatar Aug 10 '15 19:08 dansmith65

I favor the empty string result, unless an empty string does not count as well-formed JSON. An empty string does accurately describe the list of JSON keys in an empty string. But if an empty string isn't valid JSON, that perhaps merits some notification.

jbante avatar Aug 10 '15 21:08 jbante