You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| - | Input | String | The relative file path in the current repo. Prepend `../cm/` to get files from the `cm` repo |
925
-
|`output`| Input | String | The content type. Optional, `txt` by default. Allowed options are `txt` or `json`. When using `json`, the output will be returned as an Object |
926
-
| - | Output | String/ Object | The contents of the file as a String or Object|
929
+
|`output`| Input | String | The content type. Optional, `txt` by default. Allowed options are `txt` or `json`. When using `json`, the output will be returned as a stringified Object |
930
+
| - | Output | String| The contents of the file as a String. In case of `json` output, the result will be `JSON.stringified`|
0 commit comments