Update README.md

This commit is contained in:
sunchb 2020-02-07 11:17:21 +08:00 committed by GitHub
parent 4fdb63c736
commit 9d8cbf5c49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -199,4 +199,5 @@ csonStruct2JsonStr(&jstrOutput, &playList, play_list_ref_tbl);
## restrict
- Multidimensional arrays are not supported.
- Cjson is used by default. If you want to use jannson or other json lib, please modify $(JSON_LIB) in makefile
- Use size_t to save array size in structure, other types(int, short, char) are not supported now.
- Cjson is used by default. If you want to use jannson or other json lib, please modify $(JSON_LIB) in makefile.