docs: fix format of json data in body#2
Open
timsu92 wants to merge 2 commits intotwtrubiks:masterfrom
Open
Conversation
Owner
|
蠻奇怪的 我再我這邊反而要用 雙引號才可以, 我是用 debian 12, ubuntu 20.04 也是, 我再猜應該是和 terminal 有關, 我這邊是用 Zsh |
Author
|
酷耶!我也是用zsh, |
Owner
|
就暫時兩種寫法都保留 哈哈 |
Author
|
好的!這樣如何? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
好像是 JSON 不支援單引號,要使用單引號好像要 JSON 5 才支援的樣子。
剛剛在 Ubuntu 上嘗試,原先的寫法 Ubuntu 也不行,改成這樣就可以了。