Is it possible to exclude certain fields from being included in the json string?
Here is some pseudo code
var x = { x:0, y:0, divID:\"xyz
I've used toJSON solution based on a small library that i've written in order to get Typing at Runtime https://stackoverflow.com/a/55917109/4236151