We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd0fb1 commit c57fce8Copy full SHA for c57fce8
libs/pl_json.h
@@ -13,8 +13,8 @@
13
*/
14
15
// library version (format XYYZZ)
16
-#define PL_JSON_VERSION "1.0.1"
17
-#define PL_JSON_VERSION_NUM 10001
+#define PL_JSON_VERSION "1.0.2"
+#define PL_JSON_VERSION_NUM 10002
18
19
/*
20
Index of this file:
@@ -1133,7 +1133,6 @@ pl_json_member(plJsonObject* ptJson, const char* pcName)
1133
1134
if(ptMember)
1135
{
1136
- PL_ASSERT(ptMember->tType == PL_JSON_TYPE_OBJECT);
1137
if(ptMember->tType == PL_JSON_TYPE_OBJECT)
1138
return ptMember;
1139
}
0 commit comments