What are the advantages and disadvantages of pretty printing JSON? -


pretty printing json tend make heavier rendered without pretty print. beyond can't think else of between pretty printing or not.

let's want provide web services public restful web api, affect server performance, round-trip time, etc.?

so again, advantages , disadvantages of pretty printing json?

advantages

  1. easier read

disadvantages

  1. the size of data increase
  2. there computational overhead

thinking of 4 more seconds, can't add more lists! :p


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -