Source position: fpjson.pp line 716
public function TJSONObject.Add( |
const AName: TJSONStringType; |
AValue: TJSONData |
):Integer; overload; |
const AName: TJSONStringType; |
AValue: Boolean |
):Integer; overload; |
const AName: TJSONStringType; |
AValue: TJSONFloat |
):Integer; overload; |
const AName: TJSONStringType; |
const AValue: TJSONStringType |
):Integer; overload; |
const AName: string; |
AValue: TJSONUnicodeStringType |
):Integer; overload; |
const AName: TJSONStringType; |
Avalue: Int64 |
):Integer; overload; |
const AName: TJSONStringType; |
Avalue: QWord |
):Integer; overload; |
const AName: TJSONStringType; |
Avalue: Integer |
):Integer; overload; |
const AName: TJSONStringType |
):Integer; overload; |
const AName: TJSONStringType; |
AValue: TJSONArray |
):Integer; overload; |