Modified JSON Sheet.

This commit is contained in:
CSnap 2023-11-19 08:08:29 +00:00
parent 12a3904148
commit 0b35a62ccf
1 changed files with 0 additions and 2 deletions

View File

@ -136,5 +136,3 @@ echo $jsonData['name']; // Outputs: John Doe
echo $jsonData['address']['city']; // Outputs: Anytown echo $jsonData['address']['city']; // Outputs: Anytown
``` ```
```