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

Use real JSON booleans #48

Open
wants to merge 1 commit into
base: oneUpdateFile
Choose a base branch
from
Open

Use real JSON booleans #48

wants to merge 1 commit into from

Conversation

bochecha
Copy link
Contributor

@bochecha bochecha commented Nov 4, 2016

No need to compare the "True" and "False" strings, when we can use
actual boolean values.

@bochecha
Copy link
Contributor Author

bochecha commented Nov 4, 2016

This should work as far as I know.

Do review carefully though, because I couldn't test it.

@bochecha
Copy link
Contributor Author

bochecha commented Nov 5, 2016

I added two trivial commits: one which fixes the indentation of a few lines, and the other which just removes a duplicate zim package.

I figured I wouldn't send a second pull request for these since they are really trivial things, let me know if you prefer I split them out. 😉

@letompouce
Copy link
Member

I guess it's better to split them out, so we can merge these immediatly and keep this PR focused on booleans.

@bochecha
Copy link
Contributor Author

I guess it's better to split them out, so we can merge these immediatly and keep this PR focused on booleans.

Done, see #52

No need to compare the "True" and "False" strings, when we can use
actual boolean values.
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.

2 participants