Sametime i has response with JSON suchlike: ``` {"results":null} ``` and i have a problem when try `ej:get({"results", 1, "Subject"}, DecodeJSON).` How fix this error: ``` {{index_for_non_list,{1,null}}, [{ej,get_value,2,[{file,"src/ej.erl"},{line,151}]}, {ej,get0,2,[{file,"src/ej.erl"},{line,107}]}, ``` Thank you!
Sametime i has response with JSON suchlike:
and i have a problem when try
ej:get({"results", 1, "Subject"}, DecodeJSON).How fix this error:
Thank you!