Json not define

In python code for temperature monitoring system showing an error that json not defined

Add “import json” at the top of your .py file.
Let me know if it works

2 Likes

Ok I Understood . Thank you so much