REST.JsonReflect.TJSONUnMarshal.TValueToJson

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function TValueToJson(JsonValue: TValue): TJSONValue; virtual;

C++

__classmethod virtual System::Json::TJSONValue* __fastcall TValueToJson(const System::Rtti::TValue &JsonValue);

Properties

Type Visibility Source Unit Parent
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal

Description

Returns a TJSONString or a TJSONNumber depending on the type of the JsonValue.

See Also