Change the return value of json_load_callback_t to size_t, as it's feels more correct. The callback should return (size_t)-1 on failure. Issue #57.
To build the documentation, invoke
make html
Then point your browser to _build/html/index.html.
Change the return value of json_load_callback_t to size_t, as it's feels more correct. The callback should return (size_t)-1 on failure. Issue #57.
To build the documentation, invoke
make html
Then point your browser to _build/html/index.html.