JsonExtensions.

GetChildProperty(JContainer, string) Method

Assembly
MagicChunks.dll
Namespace
MagicChunks.Helpers
Containing Type
JsonExtensions

Syntax

public static JToken GetChildProperty(this JContainer source, string name)

Parameters

Name Type Description
source JContainer
name string

Return Value

Type Description
JToken