-
Notifications
You must be signed in to change notification settings - Fork 110
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
Improve readability of JSON files #12
Labels
Comments
titanous
added a commit
that referenced
this issue
Jan 2, 2015
Closes #12 Signed-off-by: Jonathan Rudenberg <[email protected]>
Merged
titanous
added a commit
that referenced
this issue
Jan 2, 2015
Closes #12 Signed-off-by: Jonathan Rudenberg <[email protected]>
The change to indent the JSON (#21) was reverted, see this commit. |
The Update Framework specification requires the use of "canonical JSON", which does not allow for whitespace at all. Perhaps reasonable to close this issue since it violates specification? https://github.com/theupdateframework/specification/blob/master/tuf-spec.md#4-document-formats |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All JSON files should be formatted with
MarshalIndent
and have a trailing newline at the end.The text was updated successfully, but these errors were encountered: