# JSON Get String
JSON Get String
J
V
# Eingänge
| ID | Kürzel | Name | Typ | Standard | Beschreibung |
|---|---|---|---|---|---|
json | J | json | STRING | |
# Ausgänge
| ID | Kürzel | Name | Typ | Standard | Beschreibung |
|---|---|---|---|---|---|
value | V | value | STRING | |
# Konfiguration
| ID | Name | Typ | Standard | Einheit | Beschreibung |
|---|---|---|---|---|---|
path | path | STRING | | Details: Erforderlich |
# Quellcode
Volang-Quellcode anzeigen
output::set("value", json::get(input::get("json"), config::get("path")))
