From ab81d3630b4026f4bfee171288d6a404399ced7d Mon Sep 17 00:00:00 2001 From: lydiandy <56576373+lydiandy@users.noreply.github.com> Date: Mon, 9 Mar 2020 20:01:13 +0800 Subject: [PATCH] add cjson module (#56) * add cjson module * fixed linter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 112184b..c65f21b 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ - [v-regex](https://github.com/spytheman/v-regex) - A simple regex library for V. - [chalk](https://github.com/etienne-napoleone/chalk) - Colorize strings in the terminal. - [crayon](https://github.com/thecodrr/crayon) - Paint your terminal output like Picasso. 🖍️🎨 +- [cjson](https://github.com/lydiandy/cjson) - Wrap cJSON for vlang. ### Graphics