From 446bfb1c174aa6b60bfb98bf7b9b05721445e1be Mon Sep 17 00:00:00 2001 From: Sean Solberg Date: Mon, 20 Nov 2023 15:27:33 -0600 Subject: [PATCH] Update README.md Add DynamicDataObjects - TDataObj --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46262ce..d1770e3 100644 --- a/README.md +++ b/README.md @@ -833,6 +833,7 @@ Feel free to suggest other missing nice projects either by comments or pull requ * [Neon](https://github.com/paolo-rossi/delphi-neon) `[Delphi]` Serialization library for Delphi that helps you to convert (back and forth) objects and other values to JSON. It supports simple Delphi types but also complex class and records. Neon has been designed with REST in mind, to exchange pure data between applications with no "metadata" or added fields +* [DynamicDataObjects](https://github.com/SeanSolberg/DynamicDataObjects). `[Delphi]` Class library that lets you model structured data and serialze to/from a variety of data serialization formats such as: CBOR, JSON, MessagePack, ION, UBJSON, BSON, Smile, DataObj, CSV, ICS, BinaryJData, etc. ## Language