feat(cJSON): Update cJSON library to V1.7.6

Source: https://github.com/DaveGamble/cJSON.git
This commit is contained in:
zhangjunhao
2018-04-20 20:11:12 +08:00
parent 0e2445bfdb
commit 1dcf28de32
215 changed files with 32341 additions and 668 deletions

View File

@ -0,0 +1,22 @@
{
"glossary": {
"title": "example glossary",
"GlossDiv": {
"title": "S",
"GlossList": {
"GlossEntry": {
"ID": "SGML",
"SortAs": "SGML",
"GlossTerm": "Standard Generalized Markup Language",
"Acronym": "SGML",
"Abbrev": "ISO 8879:1986",
"GlossDef": {
"para": "A meta-markup language, used to create markup languages such as DocBook.",
"GlossSeeAlso": ["GML", "XML"]
},
"GlossSee": "markup"
}
}
}
}
}