Add note for improvement

This commit is contained in:
Duke
2023-03-30 06:20:27 -07:00
parent d05d8271ec
commit a3987fca13

View File

@@ -43,6 +43,8 @@ if (reply.isEmpty())) {
}
```
Yes, `isEmpty()` is not a very strict check, we could actually check for valid-looking JSON (starts with a { and ends with a }) as well as making sure the keys "seed" and "birthday" exist. Please implement this.
When checking the return value of `litelib_initialize_new` it should look like :
```