System.JSON.TJSONArray.Format

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Format(Builder: TStringBuilder; const ParentIdent, Ident: string); overload; override;

C++

virtual void __fastcall Format(System::Sysutils::TStringBuilder* Builder, const System::UnicodeString ParentIdent, const System::UnicodeString Ident)/* overload */;
inline System::UnicodeString __fastcall  Format(int Indentation = 0x4){ return TJSONAncestor::Format(Indentation); }

Properties

Type Visibility Source Unit Parent
procedure
function
protected
public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONArray

Description

Produces a string with pretty-printed JSON.

Produces a string with pretty-printed JSON.

Indentation argument specifies indentation level for each next level of nested JSON elements.


See Also