JSONCombineObjects ( object1 ; object2 )
Combines two JSON objects into one JSON object.
Average rating: 5.0 (1 vote) Log in to vote
Joshua Willing - Show more from this author
Willing Apps |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Combines two JSON objects into one JSON object without using recursion. The objects must not use the same keys or it will return a json "Duplicate key" error.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.