DataSet Serialize is a set of features to make working with JSON and DataSet simple. It has features such as exporting or importing records into a DataSet, validate if JSON has all required attributes (previously entered in the DataSet), exporting or importing the structure of DataSet fields in JSON format. In addition to managing nested JSON through master detail or using TDataSetField (you choose the way that suits you best). All this using class helpers, which makes it even simpler and easier to use.
Features
- DataSet to JSON
- If the DataSet is empty or not assigned, a blank JSON object ({}) will be returned
- All child records will be exported as a JSONArray
- When a JSON array is created to represent a nested JSON using Master Detail, the DataSet name will be the name of the generated JSON attribute
- All features offered by DataSet Serialize are located in the class helper in unit DataSet.Serialize
- Save and load structure
Categories
JSONLicense
MIT LicenseFollow DataSet Serialize for Delphi and Lazarus
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of DataSet Serialize for Delphi and Lazarus!