window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-JYLJ7J3717');

JavaScript API

J W
  • Was ist JSON - JavaScript Object Notation in 5 Minuten verstehen

JSON

2025-01-30T15:45:22+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is JSON? JSON, the JavaScript Object Notation, is a lightweight and flexible data format that is ideal for cross-platform data exchange. It is easy to read, easy to write and is supported by almost all modern programming languages. Thanks to its lean structure, JSON enables efficient data transfer and is indispensable for web applications and APIs.

Web Components

2024-12-01T09:17:03+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Web Components are a set of different web technologies that allow you as a web developer to create reusable custom elements whose functionality is encapsulated from the rest of the code.

Go to Top