diff --git a/JSON.md b/JSON.md index 2286109..3350ee0 100644 --- a/JSON.md +++ b/JSON.md @@ -136,5 +136,3 @@ echo $jsonData['name']; // Outputs: John Doe echo $jsonData['address']['city']; // Outputs: Anytown ``` -``` -