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

Data structures

J P S
  • 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.

Parsing

2023-12-22T08:57:52+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , |

What is parsing? A parser is software that can logically check the source code in a software program and thus identify existing errors.

  • Pkl - neue Programmiersprache Apple

Pkl – Apple programming language for control in configuration management

2024-02-07T09:38:14+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , |

Pkl is Apple's new programming language designed specifically to improve the handling, creation and management of configuration files. It is characterized by a simple key-value structure and is designed to make configuration processes more accessible, easier to understand and more efficient. Pkl supports various data types and enables a clear definition of desired states in configuration files, making it particularly suitable for applications that require precise and flexible configuration management.

  • Serialisierung

Serialization – How does serialization of data work?

2023-12-23T11:00:24+01:00Tags: , , , , , , , , , , , , , , , , , , , , , , , , |

In computer science, serialization is the mapping of structured data to a sequential form of representation.

Go to Top