From 2a2a5eb7e5e5416cd0900487bacbcff6b0d6e685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20ldev?= Date: Wed, 10 Jan 2024 01:06:01 -0300 Subject: [PATCH] added json2v (#213) * added json2v * Sorted alphabetically --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5251aa2..d2ca54e 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ ### Utility - [dialog](https://github.com/ttytm/dialog) - A cross-platform utility library to open system dialogs - open files, message boxes, color-pickers etc. +- [json2v](https://github.com/ldedev/Json2V) - Convert a json to a struct in Vlang. - [objc](https://github.com/magic003/objc) - V bindings to Objective-C runtime. - [range](https://github.com/Delta456/range) - Functionality of Python's range() in V. - [ssh-config](https://github.com/walkingdevel/ssh-config) - A V library for parsing SSH config files.