This is helpful to someone who's trying to obtain/maintain visibility into the list of devices in an organization's Meraki instance, with their associated firmwares. This is a good Metric for QBRs or recurring site reviews.
Networks[].Devices[]. join(
, [join(
, [`
, to_string(name)]), join(
:
, [
`, to_string(firmware)])]) | sort(@)