I would like to be able for example to display ok in green in {"status": "ok"} and error in red in {"status": "error"}.
I think we could have an optional format field in config with a callback that has value and type as arguments. The return value can alter the output (maybe adding a CSS class).