properties
properties copied to clipboard
Quoted strings in properties file are quoted in the resulting struct field
This behavior is not observed with Java Properties#load(InputStream)
. In that case, quotes are not preserved in the deserialized value.
I, too, am having this issue.