Is it OK to load an image encoded in base64 by a REST service? charge the data of a business and send the image of that business already in base64 although I do not know if it is good practice to do so, I want to know if I am doing well, and if not how to send an image of my server to the client? the data will be consumed in Android and the service is done in PHP.
JSON
{
"IDNEGOCIO":18,
"IDCATEGORIA":15,
"NOMBRENEGOCIO":"PIZZAS ANGGELOTI",
"IMAGEN":"\/93453453453453433SDFDSD8FSD7F8SD7F7SD9F8S89F..."
}