Closed meiremans closed 5 years ago
Hi
I cannot access a response with an underscore. I have as a response [{ "_id" :"XXXXX", "someElse": "YYYY"}]
$<RESPONSE[0][0].someElse> works, $<RESPONSE[0][0]._id> doesn't.
Good catch, this should be an easy fix
Fixed with #43
@meiremans please let me know whether this fix works for you. You'll want to be on version 0.11.1
Hi
I cannot access a response with an underscore. I have as a response [{ "_id" :"XXXXX", "someElse": "YYYY"}]
$<RESPONSE[0][0].someElse> works, $<RESPONSE[0][0]._id> doesn't.