With the release of FileMaker 2024 and 2025, Claris has significantly expanded its native JSON functions, making it easier for developers to work with structured data, integrate APIs, and build modern, scalable FileMaker solutions.
If you’re building or maintaining a FileMaker system, understanding these new JSON capabilities is essential to creating faster, more efficient, and more integrated applications.
Why JSON is a Big Deal in FileMaker
JSON is the data format of modern web services, APIs, OData and cloud platforms. FileMaker’s JSON functions let you generate, parse, and manipulate JSON directly within calculations and scripts.
If you want to:
Integrate with third-party APIs
Build flexible data structures
Communicate data more effectively within all FileMaker applications
Power Claris Connect and Event-Driven Connect workflows
…you need to master FileMaker’s JSON tools.
What’s New in FileMaker 2024 and 2025 for JSON
The most effective patterns combine newer capabilities like JSONGetElementType (2024) and the 2025 performance gains with long‑standing JSON tools—JSONListKeys, JSONListValues, JSONSetElement, and JSONGetElement. Use the newer functions to validate/branch, and the established ones to iterate, extract, and assemble payloads.