Unit 'jsonfpcunit' Package
[Overview][Classes][Index] [#fcl-json]

TTestJSONHelper.AssertJSONFloat

Declaration

Source position: jsonfpcunit.pp line 57

class function TTestJSONHelper.AssertJSONFloat(

  D: TJSONData;

  AValue: Double

):TJSONNumber;

class function TTestJSONHelper.AssertJSONFloat(

  const Msg: string;

  D: TJSONData;

  AValue: Double

):TJSONNumber;

class function TTestJSONHelper.AssertJSONFloat(

  D: TJSONData;

  const AName: string;

  AValue: Double

):TJSONNumber;

class function TTestJSONHelper.AssertJSONFloat(

  const Msg: string;

  D: TJSONData;

  const AName: string;

  AValue: Double

):TJSONNumber;


Documentation generated on: 2025-07-25