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

A set of recursive FileMaker custom functions that can create and read JSON.

Results 16 FileMaker-JSON-Functions issues
Sort by recently updated
recently updated
newest added

It would be easy enough to do this from the object/array walking functions and it could make the jsonGet function much simpler.

enhancement

I've replaced the next function with in-line code, but I think that in-line code should check if there is an error before modifying at and ch.

It shouldn't have to recurse to do it's job. May also want to put the code right in the ParseString function since that's the only place it's called from.

enhancement

The idea here is to get better performance when the plugin is available, yet don't require the plugin to parse json. Have to use Evaluate when calling BaseElements plugin.

I suspect the encodingSupport script could be improved in a few areas.

enhancement

Having a single space between elements is probably a common enough use case to account for in the code. If there is only a single whitespace character, then this enhancement...

enhancement