This is a quick “odds and ends” post to share the current iteration of my JSONQuery sandbox file. Some of the examples are new; some are from presentations I gave earlier this year. Most of them illustrate one or more things you can do with this amazing custom function (a few of the examples don’t deal with JQ directly, but play a supporting role). The aim is to convey a tiny measure of the depth and breadth of what you can accomplish with JSONQuery.
Resources:
- JSONQuery v2 — https://github.com/steve-ssh/FMP_JSONQuery
- All FileMaker Hacks JSONQuery-related articles — https://filemakerhacks.com/tag/jsonquery
- Sandbox file — jq-sandbox-december-2024.zip
The Sandbox file requires FM 19.6 or later (but a few of the examples use features introduced in FM 21).
A bit of info in case this is the first time you’ve heard of JSONQuery. It is a custom function which operates on JSON, created and maintained by Steve Senft-Herrera.
Typically you’re going to point it at an array of objects…

…or an array of arrays…

…and it will return child elements matching your query parameters. Continue reading “JSONQuery Odds and Ends”










