Last active
November 8, 2021 14:59
-
-
Save epcim/ee052da9f2cd30ed23b51e0bf7091eec to your computer and use it in GitHub Desktop.
dummy
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
{ | |
"foo": { | |
"bar": { | |
"baz": "xyz" | |
} | |
} | |
} |
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
foo: | |
bar: | |
baz: xyz |
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
{ | |
"foo": "aaa" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment