node-red/packages/node_modules/@node-red/nodes/locales/fr/parsers/70-YAML.html

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>Convertit une chaîne au format YAML en une représentation d'objet JavaScript, et inversément.</p>
<h3>Entrées</h3>
<dl class="message-properties">
<dt>payload<span class="property-type">objet | chaîne de caractères</span></dt>
<dd>Un objet JavaScript ou une chaîne YAML.</dd>
</dl>
<h3>Sorties</h3>
<dl class="message-properties">
<dt>payload<span class="property-type">objet | chaîne de caractères</span></dt>
<dd>
<ul>
<li>Si l'entrée est une chaîne YAML, le noeud essaie de l'analyser en un objet JavaScript.</li>
<li>Si l'entrée est un objet JavaScript, le noeud crée une chaîne YAML.</li>
</ul>
</dd>
</dl>
</script>