System.JSON.TJSONObject.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue(const Name: string): TJSONValue; overload;

C++

HIDESBASE TJSONValue* __fastcall GetValue(const System::UnicodeString Name)/* overload */;

Properties

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

Description

Returns the value part from a key-value pair specified by the Name key in this JSON object, or nil if there is no key that matches Name.

See Also