You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there are different preferences on quoting various keys, String values, it may not be possible to find perfect set that works for everyone. So let's allow configuring of the set; YAMLMapper.builder() should make it possible.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
Allow configuring "must-quote" Set of ids for keys, String values
Allow configuring the way "must quote" is determined for property names, String values
Oct 3, 2020
Decided to make things bit more configurable by introducing StringQuotingChecker abstraction, configurable via YAMLFactory.builder(); base implementation StringQuotingChecker.Default.
(note: inspired by #226 and #68 before that)
Since there are different preferences on quoting various keys, String values, it may not be possible to find perfect set that works for everyone. So let's allow configuring of the set;
YAMLMapper.builder()
should make it possible.The text was updated successfully, but these errors were encountered: