Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Created December 11, 2018 03:09
Show Gist options
  • Select an option

  • Save YumaInaura/8b0f720179131ab2b8e0818824341d6b to your computer and use it in GitHub Desktop.

Select an option

Save YumaInaura/8b0f720179131ab2b8e0818824341d6b to your computer and use it in GitHub Desktop.
チーム開発のホワイトボード・カンバンの文房具は?プリンタ印刷活用例 ref: https://qiita.com/YumaInaura/items/3a9bb667cc3d5d91fed1
{ "a": 1, "b": 2, "c": 3, "d": 4, "e": 5 }
echo '{ "a": 1, "b": 2, "c": 3, "d": 4, "e": 5 }' | jq .
{
"a": 1,
"b": 2,
"c": 3,
"d": 4,
"e": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment