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

GetJSONObjectFromFile

Declaration

Source position: JPL.JsonHelpers.pas line 95

function GetJSONObjectFromFile(

  const FileName: string;

  Silent: Boolean = True

):TJSONObject; overload;

function GetJSONObjectFromFile(

  const FileName: string;

  var ErrStr: string

):TJSONObject; overload;



CT Web help

CodeTyphon Studio