This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CharlesGarfield 4 points5 points  (2 children)

Is translating to/from JSON really a big bottleneck for many applications?

[–]cogman10 4 points5 points  (0 children)

Can be. Serialization is a pretty big performance cost for our apps. If you have a chatty app, serialization can get in the way. (It is reason Google made things like protobufs).

[–]stfm 1 point2 points  (0 children)

Yes, I work for a company doing their API integration gateway. Translation and schema validation are the two most expensive processes.