tinks
tinks

Reputation: 129

JSON is a transport protocol like SOAP or format language like XML

Just want to clear my logic on JSON, it is a transport protocol like SOAP or a markup language like XML? why i am asking this question because when start searching soap content there are lots of links available where both the comparison JSON/SOAP and JSON/XML exists.

Thanks, A agg.

Upvotes: 1

Views: 2655

Answers (1)

Quentin
Quentin

Reputation: 943537

it is a transport protocol like SOAP or a markup language like XML?

No. It is a data format (like XML) but not a markup language.

Upvotes: 3

Related Questions