System.JSON.Writers.TJsonWriter

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.Types.TJsonFilerSystem.JSON.Types.TJsonLineInfoSystem.TObjectTJsonWriter

Delphi

TJsonWriter = class(TJsonFiler)

C++

class PASCALIMPLEMENTATION TJsonWriter : public System::Json::Types::TJsonFiler

Properties

Type Visibility Source Unit Parent
class public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers System.JSON.Writers

Description

Base class that provides logic to serialize JSON data.

See Also