Lösungen
Preise
Partner
Login
JSON is a simple data format that is used to exchange information between systems.
JSON is an easy-to-understand format in which data is represented in a structured way. It is often used so that programs can exchange information.
The data is stored in the form of “key-value pairs”, for example:
JSON is particularly common in web applications and interfaces (APIs).
Practical example:
An online tool transfers data to another system, e.g. from a form to a database. The information is often transferred in JSON format.
What can I do to improve my safety?
Note: JSON itself is not a security risk, but can be used by applications that are attacked.