System.JSON.TJSONObject.ToString

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

Delphi

function ToString: string; override;

C++

virtual System::UnicodeString __fastcall ToString(void);

プロパティ

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


説明

現在の JSON オブジェクトの内容を文字列にシリアル化して、その結果の文字列を返します。

JSON オブジェクトをバイト コンテナにシリアライズするには、ToBytes メソッドを使用します。

関連項目