JSON.AssignScriptResults ( )
Assign script results to variables that were passed as a JSON Object
Average rating: 5.0 (1 vote) Log in to vote
Michael Wallace - Show more from this author
Empowered Data Solutions http://empowereddatasolutions.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
* =====================================
* JSON.AssignScriptResults
*
* Modified from #AssignScriptParameters
*
* PURPOSE:
* JSON.AssignScriptResults uses the current script result assuming
* JSON format to declare and populate a series of locally-scoped script variables.
*
* RETURNS:
* True (Nonzero) when the script parameter is a valid set of name-value pairs (which
* includes the empty string) and all parameters defined as required according to
* the script name are non-null; False (0) otherwise.
*
* PARAMETERS: none
*
* DEPENDENCIES: none
*
*
* HISTORY:
* MODIFIED on 2020-05-02 by Michael Wallace of Empowered Data Solutions to handle
* values that start and end with {} or [] but are not JSON elements or arrays
* PORTED on 2019-03-28 by michael.wallace@empoweredds.com to use JSON parameters
* MODIFIED on 2010-10-04 by jeremy@kyologic.com to return explicit True or
* False values indicating successful evaluation of the script parameter, and to
* fit syntax inspired by a comment on standards.filemakermagazine.com by
* Richard Dyce.
* CREATED on 2010-03-13 by Jeremy Bante of Kyo Logic (jeremy@kyologic.com).
* INSPIRED by an example in the FileMaker help documentation.
*
* =====================================
Comments
Tom RuBane, RuBane Law P.C. Nov 19, 2020 |
||
Michael, I've found this - and your other JSON functions - to be really useful. Thank you! | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.