Copyright (C) 2020-2021, AdaCore
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
type JSON_Simple_Push_Writer is
limited new VSS.JSON.Content_Handlers.JSON_Content_Handler
with private;
procedure Set_Stream
(Self : in out JSON_Simple_Push_Writer'Class;
Stream : not null VSS.Text_Streams.Output_Text_Stream_Access)
Sets output text stream to be used to generate JSON document. Change of the stream is effective only before call to Start_Document.