System.JSON.Builders.TJSONCollectionBuilder.AsJSON

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

Delphi

property AsJSON: string read GetAsJSON;

C++

__property System::UnicodeString AsJSON = {read=GetAsJSON};

プロパティ

種類 可視性 ソース ユニット
property public
System.JSON.Builders.pas
System.JSON.Builders.hpp
System.JSON.Builders TJSONCollectionBuilder


説明

ビルダ コンテンツを JSON 文字列として返します。

関連項目