This is not working as advertised:
		Bundle.read(\Assets/period_tracker.json")
		.then(function(contents) {
			console.log("AQUI " +contents);
		}, function(error) {
			console.log("Error!", error);
		});
	}
	testRead();```
The console log is getting hit (Aqui) but the content is not showing: