Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c665c7f

Browse files
Update README
1 parent f7640e0 commit c665c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎yaml-parser/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function loadYaml() {
9999
// Consider storing URL in a Google Apps Script Properties Store
100100
var functionUrl = "https://<FIREBASE_CLOUD_FUNCTION_URL>/yamlParser";
101101

102-
// DEVELOPER TODO: Replace "content" with YAML content to be LOADed
102+
// DEVELOPER TODO: Replace "content" with YAML content to be LOADed to JSON
103103
var yaml = "cats:\n- rats\n- mats\n- hats";
104104

105105
var requestBody = {
@@ -148,7 +148,7 @@ function dumpYaml() {
148148
// Consider storing URL in a Google Apps Script Properties Store
149149
var functionUrl = "https://<FIREBASE_CLOUD_FUNCTION_URL>/yamlParser";
150150

151-
// DEVELOPER TODO: Replace "content" with JSON content to be DUMPed
151+
// DEVELOPER TODO: Replace "content" with JSON content to be DUMPed to YAML
152152
var json = { cats: ["rats", "mats","hats"] };
153153

154154
var requestBody = {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /