I made some benchmarks. It seems that converting results to JSON on the server will make reading always faster. It seems that parsing using JavaScript's JSON parser is much faster than parsing PostgreSQL fields.
Also, JS version is faster than native in all tests I made.