Copyright (C) 2020-2023, AdaCore
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
function Boolean_Value
(Self : JSON_Simple_Pull_Reader) return Boolean
function Element_Kind
(Self : JSON_Simple_Pull_Reader)
return VSS.JSON.Streams.JSON_Stream_Element_Kind
type JSON_Simple_Pull_Reader is limited new JSON_Pull_Reader with private;
function Key_Name
(Self : JSON_Simple_Pull_Reader) return VSS.Strings.Virtual_String
function Number_Value
(Self : JSON_Simple_Pull_Reader) return VSS.JSON.JSON_Number
procedure Set_Stream
(Self : in out JSON_Simple_Pull_Reader'Class;
Stream : not null VSS.Text_Streams.Input_Text_Stream_Access)
function String_Value
(Self : JSON_Simple_Pull_Reader) return VSS.Strings.Virtual_String