2018-12-22 09:22:25 +01:00
|
|
|
<!--
|
|
|
|
Copyright JS Foundation and other contributors, http://js.foundation
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
|
2020-01-15 03:40:48 +01:00
|
|
|
<script type="text/html" data-help-name="yaml">
|
2019-05-03 19:51:56 +02:00
|
|
|
<p>Konvertiert zwischen einer YAML-formatierten String und ihrer JavaScript-Objektdarstellung in beide Richtungen.</p>
|
2018-12-22 09:22:25 +01:00
|
|
|
<h3>Eingaben</h3>
|
|
|
|
<dl class="message-properties">
|
2019-05-03 19:51:56 +02:00
|
|
|
<dt>payload<span class="property-type">Objekt | String</span></dt>
|
|
|
|
<dd>Ein JavaScript Objekt oder ein YAML String.</dd>
|
2018-12-22 09:22:25 +01:00
|
|
|
</dl>
|
|
|
|
<h3>Ausgaben</h3>
|
|
|
|
<dl class="message-properties">
|
2019-05-03 19:51:56 +02:00
|
|
|
<dt>payload<span class="property-type">Objekt | String</span></dt>
|
2018-12-22 09:22:25 +01:00
|
|
|
<dd>
|
|
|
|
<ul>
|
|
|
|
<li>Wenn die Eingabe ein YAML-String ist, wird versucht ihn in ein JavaScript-Objekt zu parsen.</li>
|
2019-05-03 19:51:56 +02:00
|
|
|
<li>Wenn die Eingabe ein JavaScript-Objekt ist, wird ein YAML-String erstellt.</li>
|
2018-12-22 09:22:25 +01:00
|
|
|
</ul>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
</script>
|