Skip to content

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

Notifications You must be signed in to change notification settings

jepafi/JPJSONEncode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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;

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages