v0.12.10 ' Event result maybe wrong?

hi: i just get v0.12.10 ’ Event result, i found that result isn’t json format ! below is the result i have get:

[{"id":21,"time":"2016-01-01T14:39:02.7102763+08:00","type":"StateChanged","data":{"duration":0.0019964,"folder":"default","from":"scanning","to":"idle"}}]

right format should :

{"id":21,"time":"2016-01-01T14:39:02.7102763+08:00","type":"StateChanged","data":{"duration":0.0019964,"folder":"default","from":"scanning","to":"idle"}}

i think this is bug ? isn’t ?

Events are returned as an array, this is intentional.