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 JSON syntax #1578

Merged
merged 1 commit into from
Dec 3, 2018
Merged

Fix JSON syntax #1578

merged 1 commit into from
Dec 3, 2018

Conversation

corollari
Copy link
Contributor

While the previous JSON may be valid for some interpreters (like JavaScript's) it's not valid according to RFC 4627 due to the trailing commas [1].

[1] "An object structure is represented [...]. A single comma separates a value from a following name."

While the previous JSON may be valid for some interpreters (like JavaScript's) it's not valid according to RFC 4627 due to the trailing commas.
@corollari
Copy link
Contributor Author

@fulldecent

@fulldecent
Copy link
Contributor

Looks good, thanks for your help

@corollari
Copy link
Contributor Author

@Arachnid Can this be merged?

@Arachnid Arachnid merged commit c7a29f3 into ethereum:master Dec 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants