We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7640e0 commit c665c7fCopy full SHA for c665c7f
yaml-parser/README.md
@@ -99,7 +99,7 @@ function loadYaml() {
99
// Consider storing URL in a Google Apps Script Properties Store
100
var functionUrl = "https://<FIREBASE_CLOUD_FUNCTION_URL>/yamlParser";
101
102
- // DEVELOPER TODO: Replace "content" with YAML content to be LOADed
+ // DEVELOPER TODO: Replace "content" with YAML content to be LOADed to JSON
103
var yaml = "cats:\n- rats\n- mats\n- hats";
104
105
var requestBody = {
@@ -148,7 +148,7 @@ function dumpYaml() {
148
149
150
151
- // DEVELOPER TODO: Replace "content" with JSON content to be DUMPed
+ // DEVELOPER TODO: Replace "content" with JSON content to be DUMPed to YAML
152
var json = { cats: ["rats", "mats","hats"] };
153
154
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments