├── DFMJSON.pas ├── DfmJsonProcessor.dpr ├── DfmJsonProcessor.res ├── LICENSE ├── README.md ├── TreeTransformer.dfm ├── TreeTransformer.pas ├── bin └── RTL │ └── TreeUtils.dws ├── main.dfm └── main.pas /DFMJSON.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masonwheeler/DFMJSON/HEAD/DFMJSON.pas -------------------------------------------------------------------------------- /DfmJsonProcessor.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masonwheeler/DFMJSON/HEAD/DfmJsonProcessor.dpr -------------------------------------------------------------------------------- /DfmJsonProcessor.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masonwheeler/DFMJSON/HEAD/DfmJsonProcessor.res -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masonwheeler/DFMJSON/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masonwheeler/DFMJSON/HEAD/README.md -------------------------------------------------------------------------------- /TreeTransformer.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masonwheeler/DFMJSON/HEAD/TreeTransformer.dfm -------------------------------------------------------------------------------- /TreeTransformer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masonwheeler/DFMJSON/HEAD/TreeTransformer.pas -------------------------------------------------------------------------------- /bin/RTL/TreeUtils.dws: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masonwheeler/DFMJSON/HEAD/bin/RTL/TreeUtils.dws -------------------------------------------------------------------------------- /main.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masonwheeler/DFMJSON/HEAD/main.dfm -------------------------------------------------------------------------------- /main.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/masonwheeler/DFMJSON/HEAD/main.pas --------------------------------------------------------------------------------