Last active
August 3, 2018 08:09
-
-
Save mrandi/5bd0f20e44b71e18086a989627ead943 to your computer and use it in GitHub Desktop.
test
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
{ | |
"l0": [ | |
"asdf", | |
"dfgh" | |
], | |
"l1": [ | |
{ | |
"name": "asdfasd", | |
"env": "prod", | |
"title": "one" | |
}, | |
{ | |
"name": "dfghobj", | |
"env": "prod", | |
"title": "two" | |
} | |
], | |
"p1": "v1", | |
"p2": "v2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment