ceylon-sdk icon indicating copy to clipboard operation
ceylon-sdk copied to clipboard

JSON immutability

Open LisiLisenok opened this issue 9 years ago • 0 comments

SDK ceylon.json module contains just mutable JSON object / array. But sometimes immutability is prefered. For example, when JSON is passed and stored with some state or options.

I would propose to incorporate immutability to the module. I've made some example / my vision how it can be done based on SDK module. See it here https://github.com/LisiLisenok/herd.json

LisiLisenok avatar Feb 06 '16 08:02 LisiLisenok