REST.Json.TJson.Format
Delphi
class function Format(AJsonValue: TJSONValue): string; deprecated 'Use TJSONAncestor.Format instead';
C++
__classmethod System::UnicodeString __fastcall Format _DEPRECATED_ATTRIBUTE1("Use TJSONAncestor.Format instead") (System::Json::TJSONValue* AJsonValue);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | REST.Json.pas REST.Json.hpp |
REST.Json | TJson |
Description
Attention: TJson.Format is deprecated, please use TJSONAncestor.Format instead.
Produces a string with pretty-printed JSON. AJsonValue argument specifies the JSON value to pretty-print.