> For the complete documentation index, see [llms.txt](https://support.powerio.com/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.powerio.com/hub/codesys-hvac/powerio-json-library/beschreibung.md).

# Beschreibung

{% columns %}
{% column width="25%" %}

<figure><img src="/files/eQDFj5TZPCu9xJa8kSVT" alt="" width="100"><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="75%" %}
Die POWERIOJSON Library ermöglicht die Erstellung und das Parsen von JSON Objekten. Damit können JSON Datenstrukturen von typischen Webabfragen interpretiert und in CODESYS IEC Variablen übernommen werden.
{% endcolumn %}
{% endcolumns %}

***

Damit Sie direkt loslegen können, bieten wir Ihnen die Bibliothek als Download an. Eine Lizenz wird für die Verwendung nicht benötigt. Sollten Sie weitere Unterstützung benötigt, so zögern Sie bitte nicht uns zu kontaktieren.

<a href="/spaces/0iNqm20Eubny3McJVgbJ/pages/h2EHYAgLJ5rWoGuZqqsw" class="button primary" data-icon="up-right-from-square">Zum Download</a> <a href="https://www.powerio.com/de/kontakt" class="button secondary" data-icon="question">Unterstützung erhalten</a>

{% hint style="info" %}
**Lizenzierung:**

Dieses Produkt ist ohne Lizenzerwerb uneingeschränkt nutzbar.
{% endhint %}

### Übersicht

{% columns %}
{% column width="91.66666666666666%" %}

<figure><img src="/files/UQEHBZCl8EYV2DLPBW5O" alt=""><figcaption></figcaption></figure>

<p align="center"><em>JSON Strings parsen und Daten in IEC Variablen übernehmen.</em></p>
{% endcolumn %}

{% column width="8.333333333333343%" %}

{% endcolumn %}
{% endcolumns %}

***

### Beschreibung

Mit dieser Bibliothek können Sie JSON Datenstrukturen direkt aus CODESYS in IEC-Code verarbeiten. Die Library bietet Funktionsbausteine zum Parsen von JSON Strings sowie zur Extraktion einzelner Werte über Pfadangaben.

Die Hauptkomponenten sind:

* Master-Baustein zum Parsen von JSON Strings
* Slave-Baustein zur Extraktion einzelner Werte über Pfadangaben
* Slave-Baustein zur Verarbeitung von Strukturen
* Hilfsbaustein zur Verwaltung von JSON-Objektdaten

***

### Details

| **Dokumentation Version**      | <code class="expression">space.vars.POWERIOJSON\_Library\_latest</code> |
| ------------------------------ | ----------------------------------------------------------------------- |
| **Platzhalter**                | `POWERIOJSON`                                                           |
| **Verfügbar in CODESYS Store** | *Nein*                                                                  |
| **Programmiersystem**          | *CODESYS V3.5.17.2 oder höher*                                          |
| **Laufzeitsystem**             | *CODESYS Control V4.2.0.0 oder höher*                                   |
| **Lizenzierung**               | *Lizenzfrei*                                                            |

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.powerio.com/hub/codesys-hvac/powerio-json-library/beschreibung.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
