Hi, Does someone know why JSON's stringify also processes read-only properties (that is, getter without setter) ? Is there a way to prevent that, apart from adding [Transient] to all r/o props?
Thanks for your help. Maurice
Hi, Does someone know why JSON's stringify also processes read-only properties (that is, getter without setter) ? Is there a way to prevent that, apart from adding [Transient] to all r/o props?
Thanks for your help. Maurice