Invalid JSON:
Expected double-quoted property name in JSON
at line 3, column 1
| { | |
| "dataset_id": "phishing_detection", | |
| <<<<<<< Updated upstream | |
| "processed_at": "2025-08-24T04:13:51.350532", | |
| ======= | |
| "processed_at": "2025-08-24T03:00:53.769240", | |
| >>>>>>> Stashed changes | |
| "samples": 11055, | |
| "features": [ | |
| "url_length", | |
| "num_dots", | |
| "subdomain_level", | |
| "https", | |
| <<<<<<< Updated upstream | |
| "shortening_service", | |
| "prefix_suffix", | |
| "result" | |
| ======= | |
| "shortening_service" | |
| >>>>>>> Stashed changes | |
| ], | |
| "type": "phishing", | |
| "file_path": "..\\datasets\\phishing_detection\\phishing_detection_processed.csv" | |
| } |