@JsonFindValue ( json ; value )
Returns a list of paths to each element that contains the specified value.
Be the first to rate this function Log in to vote
Alex Zueiv - Show more from this author
Tashkent https://github.com/zueiv |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns a list of paths to each element that contains the specified value.
This CF does not distinguish "" from null and true/false from 1/0.
If you are searching for a nested JSON object, apply the JSONGetElement() function on the value to sort its elements alphabetically.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.