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

Blog Entries

This function is free to use.

Created 8th December 2022, last changed 31st January 2023


JSON.SortWithEvaluate - JSON.ToHTML