ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / String functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
VariantToJSON (Function)
In french: VariantVersJSON
Converts the content of a Variant variable to JSON.
Example
Person is Variant
Person.LastName = "MOORE"
Person.FirstName = "Vince"
 
Trace(VariantToJSON(Person))
 
 
// Displays: { "LastName":"MOORE", "FirstName":"Vince" }
Syntax
<Result> = VariantToJSON(<Variant> [, <Options>])
<Result>: Character string
Result of the conversion to JSON.
<Variant>: Variant variable
Name of the Variant variable to be converted to JSON.
<Options>: Integer constant
JSON formatting options:
psdFormattingGenerates a JSON string with carriage returns and indentation.
psdMinifiedGenerates a JSON string without unnecessary spaces (carriage returns, spaces, etc.).

WEBDEV - Browser codeAndroidAndroid Widget This parameter is not available.
Business / UI classification: Neutral code
Component: wd290vm.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help