FileMaker-JSON-Functions
                                
                                 FileMaker-JSON-Functions copied to clipboard
                                
                                    FileMaker-JSON-Functions copied to clipboard
                            
                            
                            
                        A set of recursive FileMaker custom functions that can create and read JSON.
It would be easy enough to do this from the object/array walking functions and it could make the jsonGet function much simpler.
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.
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.
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...