jjgomera / iapws

python libray for IAPWS standard calculation of water and steam properties
GNU General Public License v3.0
169 stars 64 forks source link

single quotes & double quotes #42

Closed xiefeisd closed 5 years ago

xiefeisd commented 5 years ago

Hi, maybe you should write json with double quotes, not with single quotes. like this: {"name":1} Now like this: {'name':1}

jjgomera commented 5 years ago

Dupe