function dojs(obj,datetime){
	body = JSON.parse( obj ); 
	content= JSON.parse( body.content );
	if(content.amount =="100.00"){
		return "true";
	}else{
		return "false";
	}
}