Plugin to receive JSON notifications?

XBMC uses JSON for its notifications… I’d love to have Vera capture those and trigger events based on them. Anyway to do this with any existing Vera plugins? Or is anyone making one?

thx

I am actually working on such a plugin for xbmc, shouldn’t be much longer until the first release.

I use json-rpc to control xbmc (like a remote). To capture events I use a python script which changes the value of some variables in the plugin. This way vera gets notified when something changes and doesn’t have to pull this information manually.

As for the moment I only implemented events for the video-player state (i.e. play, stop, paused). What other events would be usefull?