val json: String?
is directly embedded JSON data. This is useful if the content is natively JSON, as Base64 conversion is not needed.
json
- is directly embedded JSON data. This is useful if the content is natively JSON,
as Base64 conversion is not needed.