System.JSON.Writers.TJsonObjectWriter

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.Writers.TJsonWriterSystem.JSON.Types.TJsonFilerSystem.JSON.Types.TJsonLineInfoSystem.TObjectTJsonObjectWriter

Delphi

TJsonObjectWriter = class(TJsonWriter)

C++

class PASCALIMPLEMENTATION TJsonObjectWriter : public TJsonWriter

Properties

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

Description

Class that implements a writer to create JSON data as TJSONValue objects.

See Also