Skip to content

Generates Delphi Classes based on JSON string (Json To Delphi Class Generator / JSON Data Binding Tool)

License

Notifications You must be signed in to change notification settings

HemulGM/Delphi-JsonToDelphiClass

 
 

Repository files navigation

Delphi-JsonToDelphiClass

Generates Delphi Classes based on JSON string. Just like XML Data Binding, but for JSON.

screen1 screen1

Main features:

  • Build entirely on the RTL (no external dependencies) so it's cross-platform;
  • Accepts any valid JSON string, no matter how complex the object is;
  • Visualizes the structure of the JSON objects in a treeview;
  • Generates complete delphi unit (declaration and implementation), based on the JSON string input;
  • Automatically prefixes reserved Delphi words with "&" (ampersand);
    • Blocks unit generation if the JSON string contains empty Array;
  • Adds support code to automatically destroy complex sub types. So you don't have to manage subobject's lifetime manually;
  • ** Uses TArray to represent lists;
  • Adds helper serialization/deserialization functions;
  • Serialization and deserialization results in the same JSON structure!
  • Automatically detects date/datetime parts and maps them to TDate/TDateTime (as long as dates are ISO8601 compliant);
  • Maps all numbers to Double;
  • Maps true/false values to Boolean;
  • Allows you to change property names (keys);
  • Allows you to change the names of the stub classes;
  • Supports JSON pretty print to format the input string;
  • Simple and responsive GUI;
  • It's open source! You can find the source code and binary releases on GitHub.
  • If the JSON array is empty the contained type is unknown. Unit generation works only with known and supported types.

*** The releases of JsonToDelphiClass (source and binaries) are public and reside on GitHub.

Report any problems/suggestions using GitHub's facilities.


Delphi

Made with ❤️ on Delphi

About

Generates Delphi Classes based on JSON string (Json To Delphi Class Generator / JSON Data Binding Tool)

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Pascal 100.0%