Last active
June 6, 2021 23:38
-
-
Save krogebry/c60cb569273c0d0f6fbbdff04e45c1b3 to your computer and use it in GitHub Desktop.
Revisions
-
krogebry revised this gist
Jun 6, 2021 . 1 changed file with 11 additions and 9 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,12 @@ { "keys": [ { "name": "blah", "value": "1234" }, { "name": "yada", "value": "5678" } ] } -
krogebry created this gist
Jun 6, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ { "keys": [{ "name": "blah" "value": "1234" },{ "name": "yada" "value": "5678" } ] }