Created
November 19, 2020 22:49
-
-
Save todd-dsm/70a2880d3ff1991f5344351b87400f7a to your computer and use it in GitHub Desktop.
simple keys/values in json
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
{ | |
"KEY1": "value1", | |
"KEY2": "value2", | |
"KEY3": "value3" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment