You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
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.)
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>
This discussion was created from the release DataObjectEditor.
All reactions