From 0a09dd20c25b8eeab3205127f0d207ccdca16566 Mon Sep 17 00:00:00 2001 From: Joan Miquel Torres Date: Sat, 2 Aug 2025 15:02:41 +0200 Subject: [PATCH] Update README.md Added SmarkForm, a web form controller that imports/exports any valid JSON structure though subforms and variable-length lists, among other features. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e304c09..f4c7a15 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list. * [react-jsonschema-form](https://rjsf-team.github.io/react-jsonschema-form/) - A React component for building Web forms from JSON Schema. (React) * [@textea/json-viewer](https://github.com/TexteaInc/json-viewer) - A React component for JSON viewer. (React) * [ngx-formly](https://github.com/ngx-formly/ngx-formly) - JSON powered / Dynamic forms for Angular +* [SmarkForm](https://smarkform.bitifet.net) – Enhance HTML forms to import/export any possible JSON, including arrays and subforms to any depth. ## Libraries **C**