tune
This commit is contained in:
@@ -153,6 +153,44 @@ Class JsonUtil
|
||||
</h2>
|
||||
|
||||
|
||||
<a id="Hi_Common_JsonUtil_CallJsonObjectByPath_" data-uid="Hi.Common.JsonUtil.CallJsonObjectByPath*"></a>
|
||||
|
||||
<h3 id="Hi_Common_JsonUtil_CallJsonObjectByPath_System_Text_Json_Nodes_JsonObject_System_Collections_Generic_IEnumerable_System_String__" data-uid="Hi.Common.JsonUtil.CallJsonObjectByPath(System.Text.Json.Nodes.JsonObject,System.Collections.Generic.IEnumerable{System.String})">
|
||||
CallJsonObjectByPath(JsonObject, IEnumerable<string>)
|
||||
|
||||
</h3>
|
||||
|
||||
<div class="markdown level1 summary"></div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public static JsonObject CallJsonObjectByPath(this JsonObject srcdst, IEnumerable<string> jsonObjectPath)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>srcdst</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.nodes.jsonobject">JsonObject</a></dt>
|
||||
<dd></dd>
|
||||
<dt><code>jsonObjectPath</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a><<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
<h4 class="section">Returns</h4>
|
||||
<dl class="parameters">
|
||||
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.nodes.jsonobject">JsonObject</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a id="Hi_Common_JsonUtil_WritePartialJson_" data-uid="Hi.Common.JsonUtil.WritePartialJson*"></a>
|
||||
|
||||
<h3 id="Hi_Common_JsonUtil_WritePartialJson__1_System_String_System_String___0_" data-uid="Hi.Common.JsonUtil.WritePartialJson``1(System.String,System.String,``0)">
|
||||
|
||||
Reference in New Issue
Block a user