Unit 'JPL.JsonHelpers' Package
[Overview][Classes][Procedures and functions][Index] [#pl_jplib]

TJsonObjectHelper

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: JPL.JsonHelpers.pas line 29

type TJsonObjectHelper = class helper

public

  procedure SaveToFile();

  

  procedure AddObject();

  

  procedure AddArray();

  

  function TryInitFromStr();

  

  function NameTypeExists();

  

  function GetNameTypeIndex();

  

  function TryGetValue();

  

  function TryGetObject();

  

  function TryGetArray();

  

  function TryGetString();

  

  function TryGetUnicodeString();

  

  function TryGetInteger();

  

  function TryGetInt64();

  

  function TryGetUInt64();

  

  function TryGetFloat();

  

  function TryGetBool();

  

  function ReadString();

  

  procedure WriteString();

  

  function ReadUnicodeString();

  

  procedure WriteUnicodeString();

  

  function ReadInteger();

  

  procedure WriteInteger();

  

  function ReadInt64();

  

  procedure WriteInt64();

  

  function ReadUInt64();

  

  procedure WriteUInt64();

  

  function ReadFloat();

  

  procedure WriteFloat();

  

  function ReadBool();

  

  procedure WriteBool();

  

  function GetArray();

  

  function GetObject();

  

end;

Inheritance

TJsonObjectHelper

  



CT Web help

CodeTyphon Studio