System.JSON.TJSONNull.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Value: string; override;

C++

virtual System::UnicodeString __fastcall Value();

Properties

Type Visibility Source Unit Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONNull

Description

Returns the JSON null value as a string: "null".

See Also