FileMaker-JSON-Functions
FileMaker-JSON-Functions copied to clipboard
optimize ParseHex function
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.
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.