  | RandomPageGeneratorItemFromJson Method | 
This is preliminary documentation and is subject to change.
            Parses an item contained in the action=query&list= JSON response.
            
Namespace: WikiClientLibrary.GeneratorsAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxprotected override WikiPageStub ItemFromJson(
	JsonNode json
)
Protected Overrides Function ItemFromJson ( 
	json As JsonNode
) As WikiPageStub
Dim json As JsonNode
Dim returnValue As WikiPageStub
returnValue = Me.ItemFromJson(json)
protected:
virtual WikiPageStub ItemFromJson(
	JsonNode^ json
) override
abstract ItemFromJson : 
        json : JsonNode -> WikiPageStub 
override ItemFromJson : 
        json : JsonNode -> WikiPageStub Parameters
- json  JsonNode
 - One of the item node under the .
 
Return Value
WikiPageStubThe item that will be returned in the sequence from 
EnumItemsAsync(CancellationToken).
See Also