mjson icon indicating copy to clipboard operation
mjson copied to clipboard

Implementing events

Open rob42 opened this issue 11 years ago • 1 comments

How would you implement firing an event whenever data in the Json object changed? I have a use case where I want to trigger external processing when certain values are added/updated, or deleted.

rob42 avatar Oct 16 '14 21:10 rob42

I hadn't plan on that, but it's an interesting extension. I'm thinking of creating a separate project, called mJsonPlus where I'd put all such bloat-inducing extensions that I wanted to avoid in the first place - support for JSONPath, Java Beans serialization, change events. In the shorter term, one would have to use unofficial, snapshot versions of that project.

bolerio avatar Oct 17 '14 20:10 bolerio