Skip to content

Instantly share code, notes, and snippets.

View sombat-buasing's full-sized avatar

Sombat Buasing sombat-buasing

View GitHub Profile
@adilsoncarvalho
adilsoncarvalho / cl_ReadJSON.pas
Created April 19, 2016 18:50
Parsing JSON on Delphi (the ugly way)
unit cl_ReadJSON;
interface
uses System.Json, System.SysUtils, Vcl.Dialogs, System.Classes;
procedure ReadJSON;
implementation