Remove json5_generator.Writer parameters with specification None.

There are a few places where the parameter specification is None. This
is intended to indicate that this parameter has no restrictions on its
values. However, in actual JSON files, this is expressed by using an
empty dictionary '{}' instead of None. This patch changes None to '{}'
to be consistent with JSON files.

BUG=628043

Review-Url: https://codereview.chromium.org/2806153002
Cr-Commit-Position: refs/heads/master@{#465825}
3 files changed