JSON parsing bug with null?

Former Member
Former Member
The parsed JSON provided as argument data to the callback method from a Communications.makeJsonRequest() seems to have a bug when parsing null. e.g.,

{"test":null}

instead of being ==null, the value of test is an empty array.