Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Version: Available or changed with runtime version 1.0.
Indicates whether a JsonToken contains a JSON value.
Syntax
Ok := JsonToken.IsValue()
Note
This method can be invoked using property access syntax.
Parameters
JsonToken
Type: JsonToken
An instance of the JsonToken data type.
Return Value
Ok
Type: Boolean
true if the JsonToken represents a JSON value; otherwise, false.
Related information
JsonToken Data Type
Get Started with AL
Developing Extensions