in reply to parse json
I removed use strict; because i was getting this error
There were only two possible courses of action here: either fix the error or run without strict. You've chosen the wrong one. strict is there precisely to alert you to errors you have made so that you can fix them.
🦛
|
---|