Konwertuj ciąg JSON na bajtę Java

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