basic json parsing added

null not supported correctly
This commit is contained in:
2021-02-11 00:30:36 +01:00
parent 982241acf6
commit dc55a967ef
10 changed files with 2050 additions and 849 deletions

View File

@@ -1,7 +1,9 @@
### TODO
- support for strings with " included
- update openssl libs
- documentation
- add url of source/inspiration to clib/*.cpp
#### Functionality
- readline
@@ -12,7 +14,8 @@
- env
- support for including lib
- date support
- file functions
- string funtions
#### Performance