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

GetJSONObjectFromStr

Declaration

Source position: JPL.JsonHelpers.pas line 97

function GetJSONObjectFromStr(

  const JSONSource: string;

  Silent: Boolean = True

):TJSONObject; overload;

function GetJSONObjectFromStr(

  const JSONSource: string;

  var ErrStr: string

):TJSONObject; overload;



CT Web help

CodeTyphon Studio