Replace single quotes with double quotes. This made ugly quote-escaped string literals in the past, but now we can do multi-line text block literals with Java 17, so we can use the correct quote style for any JSON configurations that doesn't look awful.
PropertyTest should also be updated to ensure JSON property types don't contain single quotes in the default values.