cake-contrib/Cake.Json

dynamic instead of generic?

ravensorb opened this issue · 4 comments

Would it make more sense to use the "dynamic" data type rather than a generic? This would probably provide a lot more flexibility for working with json settings

This should be possible thanks to #8

gep13 commented

@ravensorb I am going to work on the premise that this is no longer required, as there wasn't an additional comment after @GeertvanHorrik mentioned that it should now be possible. Feel free to raise another issue if there is still an additional requirement.

A JObject is ok, however a dynamic is still easier to use and allows for more options within the script/code base.

gep13 commented

@ravensorb can you provide some examples of what you are trying to achieve? Happy to re-open if there is still a requirement.