YamlDotNet icon indicating copy to clipboard operation
YamlDotNet copied to clipboard

Property mapping for json types

Open dnnbuddy opened this issue 5 years ago • 0 comments
trafficstars

clientLog: server: {enabled: true, level: info} console: {enabled: true, level: debug} external: {enabled: false, level: info, url: 'https://LOG_HOST/html5Log', method: POST, throttleInterval: 400, flushOnClose: true, logTag: ''}

How can we map C# class properties for deserializing and serializing the values for the above data in yaml file?

dnnbuddy avatar May 28 '20 14:05 dnnbuddy