residuum/PuRestJson

Unable to read json file using json-encode

Closed this issue · 0 comments

if (jobj == NULL) {

I believe the condition should be not null:

if (jobj != NULL) {