This set adds a script to tune parameters in JSON files and fixes all trailing commas in example JSON files.
changes v1 to v2: merge example6.json into example2.json
pi-cheng.chen (2): Add a script to tune parameters in json file. Fix all trailing commas in /doc/examples/*
doc/examples/browser.json | 36 ++++++------ doc/examples/example1.json | 6 +- doc/examples/example2.json | 7 ++- doc/examples/example3.json | 8 +-- doc/examples/example4.json | 8 +-- doc/examples/mp3.json | 16 +++--- doc/tune_json.py | 138 +++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 179 insertions(+), 40 deletions(-) create mode 100755 doc/tune_json.py