json([], 404); } $contents = File::get($path); return response()->json(json_decode($contents, true, 512, JSON_THROW_ON_ERROR)); } }