1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

add cjson module (#56)

* add cjson module

* fixed linter
This commit is contained in:
lydiandy 2020-03-09 20:01:13 +08:00 committed by GitHub
parent e4c6d0cce4
commit ab81d3630b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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