VSS.JSON.Push_Readers

Entities

Interface Types

Subprograms

Description

Copyright (C) 2021, AdaCore

SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

JSON_Push_Reader

type JSON_Push_Reader is limited interface;

Set_Content_Handler

procedure Set_Content_Handler
  (Self : in out JSON_Push_Reader;
   To   : VSS.JSON.Content_Handlers.JSON_Content_Handler_Access)

Set content handler to process stream.

Parameters
Self
To