Created
March 24, 2017 18:19
-
-
Save digoreis/5c13bac6150b2831ec9126cc2bea54fc to your computer and use it in GitHub Desktop.
JSON Core Team
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
{ | |
"coreTeam" : [ | |
{ | |
"name" : "Ben Cohen", | |
"email" : "[email protected]" | |
}, | |
{ | |
"name" : "Chris Lattner", | |
"email" : "[email protected]" | |
}, | |
{ | |
"name" : "Dave Abrahams", | |
"email" : "[email protected]" | |
}, | |
{ | |
"name" : "Doug Gregor", | |
"email" : "[email protected]" | |
}, | |
{ | |
"name" : "Joe Groff", | |
"email" : "[email protected]" | |
}, | |
{ | |
"name" : "John McCall", | |
"email" : "[email protected]" | |
}, | |
{ | |
"name" : "Ted Kremenek", | |
"email" : "[email protected]" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment