System.JSON.TJSONObject.GetCount

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetCount: Integer;

C++

int __fastcall GetCount(void);

プロパティ

種類 可視性 ソース ユニット
function protected
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject


説明

JSON オブジェクトのキー/値ペアの数を返します。

関連項目