Source position: JPL.JsonHelpers.pas line 100
function TryGetJsonValue( |
JSONObject: TJSONObject; |
const Name: string; |
out Value: string; |
CaseSensitive: Boolean = False |
):Boolean; overload; |
JSONObject: TJSONObject; |
const Name: string; |
out Value: Integer; |
CaseSensitive: Boolean = False |
):Boolean; overload; |
JSONObject: TJSONObject; |
const Name: string; |
out Value: TJSONArray; |
CaseSensitive: Boolean = False |
):Boolean; overload; |
JSONObject: TJSONObject; |
const Name: string; |
out Value: TJSONObject; |
CaseSensitive: Boolean = False |
):Boolean; overload; |
| CT Web help |
| CodeTyphon Studio |