JsonExtensions.ReplaceJTokenRecursively(JToken, Object) メソッド

定義

JSON トークン値のバインド パスを、再帰的に評価された結果に置き換えます。 最終的な JSON トークン値を返します。

public static Newtonsoft.Json.Linq.JToken ReplaceJTokenRecursively (this Newtonsoft.Json.Linq.JToken token, object state);
static member ReplaceJTokenRecursively : Newtonsoft.Json.Linq.JToken * obj -> Newtonsoft.Json.Linq.JToken
<Extension()>
Public Function ReplaceJTokenRecursively (token As JToken, state As Object) As JToken

パラメーター

token
Newtonsoft.Json.Linq.JToken

いくつかのバインド パスを持つ可能性がある JSON トークン値。

state
Object

変数を検索するためのスコープ。

戻り値

Newtonsoft.Json.Linq.JToken

ディープ データ バインディングの結果。

適用対象