Brian Dunning's FileMaker Custom Functions

JSONArray_ListValuesByKey ( array ; key )

A While() loop that returns a pilcrow delimited list of values for a specific key within each element of an array.

  Be the first to rate this function Log in to vote

David A Sullivan   David A Sullivan - Show more from this author
Mandelbrot LLC
http://mandelbrotllc.com

Share on Facebook Share on Twitter

  Sample input:
"[{\"foo\":\"bar\"}, {\"herp\":\"derp\", \"foo\":\"barrio\"}, {\"foo\":\"bat\"} ]" , "foo"
  Sample output:
bar¶barrio¶bat

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

Sometimes APIs give us back a large array of objects. Inside of each of those objects is a single value that we actually need. One good example of this is a device id. You query and API for a list of devices and it sends back an array. The array doesn't have everything you're looking for in it, but it does have each device's id. You can then use that id to query the API again for more details on the individual devices. So, you use a While() statement to peel out just the ids, then you loop through the list of ids.

 

Comments

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: