JSONMergeListOfArrays ( ListOfArrays )
This allows you to use a summary List or use List( table::name ) to look at a JSON array for several single records and merge them into one.
Be the first to rate this function Log in to vote
Kyle Williams - Show more from this author
Augusto Digital https://www.youtube.com/channel/UCpJlB7cmVNMjbjgY96MEsng |
{
"a" : 1
},
{
"b" : 2
}
]
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This allows you to use a summary List or use List( table::name ) to look at a JSON array for several single records and merge them into one.
This works great for creating a JSON list of payments for an invoice...
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.