YamlDotNet
YamlDotNet copied to clipboard
Property mapping for json types
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?