Fujimoto Seiji b25e80188a AWSServiceSpec: Fix TypeError exceptions within json.load()
The load() method provided by the built-in JSON module does not accept a
byte-type value in Python 3.5 (or versions before), and will raise an
exception if one is passed.

For details, please see: https://bugs.python.org/issue17909

Thus, for better compatibility, we'd better decode the content of the
JSON file before passing it to the parser, instead of letting the module
to guess the encoding.
2018-04-24 16:33:39 +09:00
..
2017-03-11 23:41:12 -05:00
2017-10-28 20:17:34 +01:00
2017-03-11 22:45:42 -05:00
2017-12-27 22:58:24 -05:00