Dan Smith
Dan Smith
I'm not sure I agree with the pro of "cleaner get(scriptParameter) output". This project doesn't support pretty printing of the json, so it's all just one long string without whitespace....
You're right; creating json manually isn't that much different than let notation... until there are characters that need to be escaped. To properly encode json in all scenarios, you would...
I forgot to mention another con: If the json being parsed is large, you may reach FileMaker's custom function recursion depth limits and the functions will return `?`. With the...
When I do this, I should add tests for max input data length to confirm the code changes increase this length, as it should. The tests should also run faster.
FYI: while encoding dates/timestamps can be done this way (once the bug is fixed), if your JSON needs to be read by anything but FileMaker then you may want to...
If FileMaker allowed for optional parameters in custom functions, I would be all for adding this feature. But since it doesn't, I wouldn't want to change `jsonOp( key; value )`...
> I got an error at the "start wpe" bit of the code, I think because the wpe started in between it checking if it was running and performing the...
Thanks for testing; I'm glad it worked.