Server side json parsing

I have a diagram now what i need is to pars the json for

  • updated node

  • Deleted node

  • New node

  • Unchanged node

then save in db according to the respected place
Now my question is is there a good way of implementing this in go js?

Are you sending to the server the result of calling Model.toIncrementalJson on a “Transaction” ChangedEvent? That will include Arrays of the information that you want except for the collection of unchanged nodes.