-
-
Notifications
You must be signed in to change notification settings - Fork 21
Check json for errors #74
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
The
json_decodefunction may issue an error if the string passed is not really json, or json but contains syntax errors. Therefore, it is necessary to finalize the handler and check for errorstgWebValid/src/Make/Make.php
Line 55 in 4876bd8