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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
JSON.CreateString
Creates a string node with given text.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| JSON | 2.7 | Yes | Yes | Yes | Yes | Yes |
MBS( "JSON.CreateString"; Text ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Text | The text to use. | "Hello World" |
Result
Returns JSON code.
Description
Creates a string node with given text.The text is escaped.
Examples
Creates new text node:
MBS( "JSON.CreateString"; "Hello World")
Example result: "Hello World"
See also
- CURL.Perform
- CURL.SetOptionPost
- JS.CallFunction
- JSON.AddStringToArray
- JSON.CreateStringArray
- JSON.CreateStringArrayWithList
Example Databases
Blog Entries
- CRC function in FileMaker using JavaScript
- Comparing Base Elements Plugin to MBS FileMaker Plugin
- Using CURL with Rosette web service
Created 18th August 2014, last changed 11st December 2016
JSON.CreateObjectRef - JSON.CreateStringArray
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos