Convertir la cadena JSON a la matriz de byte java

byte[] base64Decoded = DatatypeConverter.parseBase64Binary(base64Encoded);
Outstanding Owl