Profiling shows that most time is spent in:
- medea#read-json
- chicken.port#with-input-from-string
Use the cjson egg to read JSON to go a lot faster.
Note that we still write JSON using medea; that's not slow.
Thanks to wasamasa and sjamaan on #chicken for profiling tips.