Source position: jsonwriter.pp line 42
public procedure TAbstractJSONWriter.WriteProperty( |
const aName: TJSONStringType |
); |
const aName: TJSONStringType; |
aValue: Boolean |
); |
const aName: TJSONStringType; |
aValue: Integer |
); |
const aName: TJSONStringType; |
aValue: Int64 |
); |
const aName: TJSONStringType; |
aValue: Double |
); |
const aName: TJSONStringType; |
const aValue: string |
); |
const aName: TJSONStringType; |
aValue: TStrings |
); |
const aName: TJSONStringType; |
aValue: TJSONData |
); |