преобразовать json string в байтовую массив Java

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