Description
This appears in a stacktrace like the following
{{}}
javax.json.bind.JsonbException: Can't map JSON Object to class java.lang.String: {"rendered":"Privacy Policy"} at org.apache.johnzon.jsonb.JohnzonJsonb.fromJson(JohnzonJsonb.java:89)
As per the conversation in the PR, this is being done in a way that avoids serializing more of the json than necessary.