SkillAgentSearch skills...

JPJSONEncode

Library written in pure "Free Pascal" to convert a "descending DataSet" in JSONString to be used in "grids" jQuery.

Install / Use

/learn @jepafi/JPJSONEncode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

JPJSON Encode

Library written in pure "Free Pascal" to convert a "descending DataSet" in JSONArray to be used in "grids" jQuery.

The method "DataSetToJSONArray" converts the entire DataSet.

Usage:

var
  jpjson: TJPJSONEncode;
  sJSON: String;
begin
  try
    jpjson := TJPJSONEncode.Create;
    sJSON := jpjson.DataSetToJSONArray(SQLQuery1);
  finally
    jpjson.Free;
  end;
end;

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated10mo ago
Forks5

Languages

Pascal

Security Score

62/100

Audited on May 29, 2025

No findings