System.JSON.TJSONPair.JsonValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property JsonValue: TJSONValue read FJsonValue write SetJsonValue;

C++

__property TJSONValue* JsonValue = {read=FJsonValue, write=SetJsonValue};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONPair

Description

Specifies the value part of the JSON pair.

The JsonValue property specifies the value part of the JSON pair.

See Also