Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
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.0
- Added JSON.Text function.
Blog Entries
This function does not need a paid license.
Created 8th December 2022, last changed 31st January 2023
