Click here to Skip to main content
15,895,746 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: JSON is better than XML Pin
honey the codewitch9-Jan-20 10:59
mvahoney the codewitch9-Jan-20 10:59 
GeneralRe: JSON is better than XML Pin
musefan9-Jan-20 21:23
musefan9-Jan-20 21:23 
GeneralRe: JSON is better than XML Pin
CPallini9-Jan-20 21:48
mveCPallini9-Jan-20 21:48 
GeneralRe: JSON is better than XML Pin
PIEBALDconsult9-Jan-20 11:39
mvePIEBALDconsult9-Jan-20 11:39 
GeneralRe: JSON is better than XML Pin
Christian Graus9-Jan-20 11:44
protectorChristian Graus9-Jan-20 11:44 
GeneralRe: JSON is better than XML Pin
honey the codewitch9-Jan-20 12:02
mvahoney the codewitch9-Jan-20 12:02 
GeneralRe: JSON is better than XML Pin
Christian Graus9-Jan-20 12:05
protectorChristian Graus9-Jan-20 12:05 
GeneralRe: JSON is better than XML Pin
honey the codewitch9-Jan-20 12:39
mvahoney the codewitch9-Jan-20 12:39 
i mean, that's what it is - a serialization format.

but textual serialization formats are useful for all kinds of things - like remote procedure calls over text based protocols.

IMO, it's not JSON's format so much that matters, but what people do with it.

The fact that it *is* native to javascript makes calling JSON services with Javascript basically built-in to existing browsers, unlike XmlHttpRequest was for so long.

But aside from that, yes, it's just another serialization format.

The structure is easy to query though, unlike XML (which can be simple, but gets complicated quickly)
hack everything.

GeneralRe: JSON is better than XML Pin
Christian Graus9-Jan-20 12:50
protectorChristian Graus9-Jan-20 12:50 
GeneralRe: JSON is better than XML Pin
PIEBALDconsult9-Jan-20 13:04
mvePIEBALDconsult9-Jan-20 13:04 
GeneralRe: JSON is better than XML Pin
Christian Graus9-Jan-20 13:06
protectorChristian Graus9-Jan-20 13:06 
GeneralRe: JSON is better than XML Pin
PIEBALDconsult9-Jan-20 13:14
mvePIEBALDconsult9-Jan-20 13:14 
GeneralRe: JSON is better than XML Pin
Christian Graus9-Jan-20 13:24
protectorChristian Graus9-Jan-20 13:24 
GeneralRe: JSON is better than XML Pin
honey the codewitch9-Jan-20 13:57
mvahoney the codewitch9-Jan-20 13:57 
GeneralRe: JSON is better than XML Pin
honey the codewitch9-Jan-20 13:21
mvahoney the codewitch9-Jan-20 13:21 
RantRe: JSON is better than XML Pin
Greg Utas9-Jan-20 13:50
professionalGreg Utas9-Jan-20 13:50 
GeneralRe: JSON is better than XML Pin
honey the codewitch9-Jan-20 13:55
mvahoney the codewitch9-Jan-20 13:55 
GeneralRe: JSON is better than XML Pin
Greg Utas10-Jan-20 0:19
professionalGreg Utas10-Jan-20 0:19 
GeneralRe: JSON is better than XML Pin
honey the codewitch10-Jan-20 3:00
mvahoney the codewitch10-Jan-20 3:00 
GeneralRe: JSON is better than XML Pin
Greg Utas10-Jan-20 3:14
professionalGreg Utas10-Jan-20 3:14 
GeneralRe: JSON is better than XML Pin
honey the codewitch10-Jan-20 3:34
mvahoney the codewitch10-Jan-20 3:34 
GeneralRe: JSON is better than XML Pin
Greg Utas10-Jan-20 5:48
professionalGreg Utas10-Jan-20 5:48 
GeneralRe: JSON is better than XML Pin
honey the codewitch10-Jan-20 9:29
mvahoney the codewitch10-Jan-20 9:29 
GeneralRe: JSON is better than XML Pin
Greg Utas10-Jan-20 10:40
professionalGreg Utas10-Jan-20 10:40 
GeneralRe: JSON is better than XML Pin
honey the codewitch10-Jan-20 12:05
mvahoney the codewitch10-Jan-20 12:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.