DEV Community

Discussion on: Powershell css and json how to convert

Collapse
 
gouthique profile image
SAI GOUTHAM

If your query is about JSON error then Sometimes JSON Error occurs due to the difference of the package versions. For example u might have used a package with say X version, later you have updated to its newest version say X.1 but when u try to open your old code it shows up this JSON file Decode error.
Check the library for which this error has pop up then type that library/package name along with JSON Decode error in Stackoverflow you will get the answer!