JSONArray_Push ( arr ; value )
Meant to get the same functionality as the built in Array.push method, which adds a value onto the end of an array.
Average rating: 5.0 (1 vote) Log in to vote
Robert D Trammel - Show more from this author
https://www.linkedin.com/in/robertdtrammel/ |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Takes a given JSON Array and appends a value onto the end of the array. Value can be a number, text, or JSON Object or even another array.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.