From b7f3bb5441bc0d9dfccf8fd8d68d1efb956789ed Mon Sep 17 00:00:00 2001 From: Marlon Nardi Date: Tue, 28 Dec 2021 13:57:35 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a04580f..c1935e4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Delphi-JsonToDelphiClass Generates Delphi Classes based on JSON string. Just like XML Data Binding, but for JSON. +## JsonToDelphi Online + +https://jsontodelphi.com + Main features: - Build entirely on the RTL (no external dependencies) so it's cross-platform;