These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
ESI Deserialize Wallet
var data = [{"balance": 3225510,"wallet_id": 1000},{"balance": 0,"wallet_id": 1200}];var balance = _.find(data, function(o) { return o.wallet_id == 1000; }); console.log(balance);