Releases: SeanSolberg/DynamicDataObjects
DataObject Editor Tools
Updated the executable tools to be built upon the latest version of the DataObjects libraries.
This release includes three executables contained in the DataObjectInstaller32.exe installer
- DataObjectEditor.exe - a win32 app to view and edit files
- DataObj.exe - a win32 commandline tool that lets you convert from one format to another
- DataObjPreviewer.dll - a win32 Windows Explorer plugin that lets you preview all the supported formats
This release also includes a Delphi plugin that lets you visualize the data contained in a TDataObj while debugging.
DataObjectEditor
This release includes all bug fixes and improvements up to today.
This release provides 4 binaries that can all be used to work with any of the serializations (JSON, BSON, MessagePack, CBOR, etc.)
- A Windows executable for working with the supported file types
- A Windows Explorer Previewer that shows the data in a supported file type as a preview
- A command line tool to convert between formats such as between JSON and CBOR, CBOR and JSON, etc.
The Installer will install the three binaries listed above.
The last binary, DataObjectPlugin.dll is a Delphi IDE plugin that will let users inspect variables of type TDataObj and show the content of the data contained within by providing a custom debug visualizer. To include this within the Delphi IDE, modify the following registry entry to point to the location where the DataObjectPlugin.dll is location:
Computer\HKEY_CURRENT_USER\Software\Embarcadero\BDS\23.0\Experts
Key: DataObjectViewer
Data: <path to the dll>