SSE parser using nimble parser

I just published version 1.0.0 with updated api, instead of

[event: [field: [name: "event", value: "put"], field: [name: "test"], comment: "Text of comment"], event: ...]

is used

[{"event", "put"}, {"test", nil}, "Text of comment", [...