How should we print JSON results? JSON ignores whitespace, yet adding
some to the result can make if more readable. Do you think we should
leave whitespace out of our result for add some for readability?

Example without whitespace:
{"software":"VXQuery","version":0.7,"contributors":["Riyafa","Menaka","Chirstina"]}

Example with whitespace:
{ "software" : "VXQuery", "version" : 0.7, "contributors" : [
"Riyafa", "Menaka", "Chirstina" ] }

Thoughts?

Reply via email to