-
Notifications
You must be signed in to change notification settings - Fork 11
Beautyfied json #21
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
Beautyfied json #21
Conversation
Signed-off-by: tristan kalos <tristan.kalos@live.fr>
Signed-off-by: tristan kalos <tristan.kalos@live.fr>
Signed-off-by: tristan kalos <tristan.kalos@live.fr>
vmarkovtsev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vmarkovtsev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not the same as json.dump(indent=4, sort_keys=True)
|
src-d/modelforge#96 @vmarkovtsev removed the sort_keys that we introduced in last PR. |
|
All the json-s everywhere must be |
|
I think that |
Signed-off-by: tristan kalos <tristan.kalos@live.fr>
vmarkovtsev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be 2 separate PRs:
- Readable JSON
- Adding the new model
The current one contains both.
#20 (comment)