Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsonGetKeyList ( "" ) = "?" #32

Open
dansmith65 opened this issue Aug 10, 2015 · 1 comment
Open

jsonGetKeyList ( "" ) = "?" #32

dansmith65 opened this issue Aug 10, 2015 · 1 comment
Labels

Comments

@dansmith65
Copy link
Owner

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 dansmith65 added the bug label Aug 10, 2015
@jbante
Copy link

jbante commented Aug 10, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants