Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
JSON.Text
Queries JSON as text.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
JSON | 13.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "JSON.Text"; JSON ) More
Parameters
Parameter | Description | Example |
---|---|---|
JSON | A JSON text or reference. | [false,true,false] |
Result
Returns text or error.
Description
Queries JSON as text.Readable text without brackets, quotes and escapes for humans to read.
Examples
Shows the decoded unicode characters:
MBS("JSON.Text"; "{\"test\": \"\\uD83C\uDF4E\"}")
Example result: test: 🍎
Release notes
- Version 13.3
- Improved JSON.Text function to output less commas.
- Version 13.0
- Added JSON.Text function.
Blog Entries
- MBS FileMaker Plugin, version 13.3pr6
- New in MBS FileMaker Plugin 13.0
- MBS FileMaker Plugin, version 12.6pr3
This function is free to use.
Created 8th December 2022, last changed 31st January 2023
