ScrapedData.FromJson Method

IronWebScraper

ScrapedDataFromJson Method

Deserializes a ScrapedData object from JSON created using the toJson() method.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public static ScrapedData FromJson(
	string json
)
Public Shared Function FromJson ( 
	json As String
) As ScrapedData

Parameters

json
Type: SystemString

Return Value

Type: ScrapedData
See Also