dmeranda / demjson

Python module for JSON data encoding, including jsonlint. See the project Wiki here on Github. Also read the README at the bottom of this page, or the project homepage at
http://deron.meranda.us/python/demjson/
Other
302 stars 76 forks source link

Fix bug in Enum encoding #26

Open marcwilson opened 7 years ago

marcwilson commented 7 years ago

The code refers to obj, but the parameter is named var. Renamed to obj to be consistent with calling code variable names.