PKGeorgiev / Delphi-JsonToDelphiClass

Generates Delphi Classes based on JSON string (Json To Delphi Class Generator / JSON Data Binding Tool)
MIT License
235 stars 123 forks source link

ReservedWords suggestions #23

Open PatrickvL opened 2 years ago

PatrickvL commented 2 years ago

ReservedWords should also contain the keywords 'property', 'unit' and 'interface', and might better be turned into a HashTable.

https://github.com/PKGeorgiev/Delphi-JsonToDelphiClass/blob/master/Pkg.Json.Mapper.pas#L889