This is meant more as a discussion opener than a, issue...
What would the PROS and CONS of passing FileMaker scripts parameters in JSON format be?
PROS
cleaner get(scriptParameter) output
- much cleaner way of passing matrices of arguments
CONS
- Is it a lot slower to work this way than to use simple key-value pairs ?
- Custom functions required for decoding
- dates are returned as text
- recursion depth limits