melizalab / jill

realtime electrophysiology, behavioral, and acoustic recording system
http://melizalab.github.io/jill
3 stars 5 forks source link

arf_writer should store event data as json-encoded mapping? #12

Open dmeliza opened 10 years ago

dmeliza commented 10 years ago

The advantage of using a string-encoded mapping is that it makes the message a bit more flexible. The disadvantage is that it's bulky and requires parsing.

dmeliza commented 7 months ago

Removed this from 2.2.0 milestone, as it would break backwards compatibility.