Remove single quote from default value in JSON properties
Open
enhancement
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 487
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 13
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.