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

TryGetJsonValue

Declaration

Source position: JPL.JsonHelpers.pas line 100

function TryGetJsonValue(

  JSONObject: TJSONObject;

  const Name: string;

  out Value: string;

  CaseSensitive: Boolean = False

):Boolean; overload;

function TryGetJsonValue(

  JSONObject: TJSONObject;

  const Name: string;

  out Value: Integer;

  CaseSensitive: Boolean = False

):Boolean; overload;

function TryGetJsonValue(

  JSONObject: TJSONObject;

  const Name: string;

  out Value: TJSONArray;

  CaseSensitive: Boolean = False

):Boolean; overload;

function TryGetJsonValue(

  JSONObject: TJSONObject;

  const Name: string;

  out Value: TJSONObject;

  CaseSensitive: Boolean = False

):Boolean; overload;



CT Web help

CodeTyphon Studio