Change In Python the keys of the JSON object are separated from values using ': ' (i.e a colon followed by a space). "version":"0.1.3" into "version": "0.1.3" as it results in error.
Change
In Python the keys of the JSON object are separated from values using ': ' (i.e a colon followed by a space).
"version":"0.1.3"
into
"version": "0.1.3"
as it results in error.