Lucee Function Reference

deserializejson()

Converts a JSON (JavaScript Object Notation) string data representation into CFML data, such as a struct or array.

Beispiel

deserializejson(string JSONVar,[boolean strictMapping]):any

Kategorie

string,parsing,json,javascript

Argumente

Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name Typ Required Default Value Beschreibung
JSONVar string  Yes   A string that contains a valid JSON construct, or variable that represents one.  
strictMapping boolean  No true A Boolean value that specifies whether to convert the JSON strictly