From d298cdcb4248028b82998bd2ac8dd53a1d6d0810 Mon Sep 17 00:00:00 2001 From: Sean Solberg Date: Thu, 20 Mar 2025 16:19:30 -0500 Subject: [PATCH] Added Delphi/Pascal implementation --- impls.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/impls.html b/impls.html index 1baed23..2cab97e 100644 --- a/impls.html +++ b/impls.html @@ -393,5 +393,12 @@

C, C++

code size, a test suite and documentation.

View details »

+ +

Delphi/Pascal

+

A Delphi implementation of a CBOR serializer within the DataObjects library which allows serializations to/from many + common formats such as BSON, JSON, MessagePack, CSV, ICS, Smile, UBJSON, etc. Includes a windows UI tool for visualizing, editing + and diffing these file formats and it can handle huge files.

+

View Details »

+