2024-09-17 23:03:00 +02:00

35 lines
1.4 KiB
HTML

<!--
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.
-->
<script type="text/html" data-help-name="yaml">
<p>Konvertuje reťazec vo formáte YAML na reprezentáciu JavaScript objektu a naopak.</p>
<h3>Vstupy</h3>
<dl class="message-properties">
<dt>payload<span class="property-type">objekt | reťazec znakov</span></dt>
<dd>JavaScript objekt alebo YAML reťazec.</dd>
</dl>
<h3>Výstupy</h3>
<dl class="message-properties">
<dt>payload<span class="property-type">objekt | reťazec znakov</span></dt>
<dd>
<ul>
<li>Ak je vstup YAML reťazec, uzol sa pokúsi ho analyzovať na JavaScript objekt.</li>
<li>Ak je vstup JavaScript objekt, uzol vytvorí YAML reťazec.</li>
</ul>
</dd>
</dl>
</script>