Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

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 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.

2 participants