Are Json/xml safe | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Are Json/xml safe

Is it really safe to send data through Json or xml, I mean isn't it possible that someone could intercept those data in the network and as we know those languages carry data as plain text

25th Aug 2019, 5:17 AM
assellalou
assellalou - avatar
1 Answer
+ 7
It isn't necessary that your JSON or XML carries plaintext. You can encrypt stuff before sending them - JSON and XML are simply text data expressed in different formats, they aren't really relevant to safety or security.
25th Aug 2019, 5:22 AM
Hatsy Rei
Hatsy Rei - avatar