Skip to content

Commit

Permalink
Merge pull request #407 from StefanSchoof/patch-5
Browse files Browse the repository at this point in the history
Hinweis auf attr für Attribute
  • Loading branch information
naltatis authored Jul 8, 2023
2 parents 04be54e + 260ae7e commit 002ffc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ payload: ${var:%d}
Das `http` Plugin führt HTTP Aufrufe durch um Daten zu lesen oder zu aktualisieren. Es beinhaltet auch die Fähigkeit JSON-Datenstrukturen über jq-Abfragen (z. B. für REST-APIs) zu lesen oder zu parsen.

:::important
XML-Dokumente werden intern automatisch in JSON-Form überführt, welche dann mit jq wie eine native JSON-Antwort weiter gefiltert werden kann.
XML-Dokumente werden intern automatisch in JSON-Form überführt, welche dann mit jq wie eine native JSON-Antwort weiter gefiltert werden kann. Attribute bekommen das prefix `attr`.
:::

:::tip
Expand Down

0 comments on commit 002ffc0

Please sign in to comment.