Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Creates a new value.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
JSON | 9.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Value | The value to pass. Can be number, date, time, timestamp or text. |
"Hello" |
Returns JSON or error.
Create with number:
MBS( "JSON.CreateValue"; 123 )
Example result: 123
Create with string:
MBS( "JSON.CreateValue"; "Hello" & ¶ & "World" & char(9) & "test" )
Example result: "Hello\rWorld\ttest"
This function checks for a license.
Created 14th December 2018, last changed 14th December 2018