Brian Dunning's FileMaker Custom Functions

JSONArray_MatchBy_KeyValuePair ( inputArray, matchKey, matchValue )

A While() loop that searches an array of objects for a specific key-value pair. Returns an array of indexes.

  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\":\"bar\"}, {\"herp\":\"derp\"} ]" , "foo" ; "bar"
  Sample output:
[0,1]

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

A While() loop that searches an array of objects for a specific key-value pair. Returns an array of indexes. Requires FM21+.

2024-09-05 by sully@mandelbrotllc.com
Special thanks to Martin Sorich for spotting a typo

 

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: