Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unquoted members in adventure map JSON #6497

Merged
merged 1 commit into from
Apr 21, 2020

Conversation

atifaziz
Copy link
Contributor

This PR fixes unquoted members in AdventureMap.json that's part of the Adventure sample:

{ "id" : 0, "name" : "brass key", "article": "a", category: "key", "foundIn" : 2, "commands" : ["lock","unlock"]},
{ "id" : 1, "name" : "knife", "article": "a", category: "weapon", "foundIn" : 3, "commands" : ["kill"]},
{ "id" : 2, "name" : "sandwich", "article": "a", category: "food", "foundIn" : 4, "commands" : ["eat"]},
{ "id" : 3, "name" : "glass of water", "article": "a", category: "beverage", "foundIn" : 4, "commands" : ["drink"]}

@ReubenBond ReubenBond merged commit b181de6 into dotnet:master Apr 21, 2020
@sergeybykov
Copy link
Contributor

Thank you, @atifaziz!

@github-actions github-actions bot locked and limited conversation to collaborators Dec 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants