magiconair / properties

Java properties scanner for Go
BSD 2-Clause "Simplified" License
323 stars 77 forks source link

Quoted strings in properties file are quoted in the resulting struct field #47

Open fbiville opened 4 years ago

fbiville commented 4 years ago

This behavior is not observed with Java Properties#load(InputStream). In that case, quotes are not preserved in the deserialized value.

ahshah commented 3 years ago

I, too, am having this issue.