+ 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
1 Réponse
+ 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.