This commit is contained in:
2026-01-16 01:48:39 +08:00
parent f81f03cb13
commit a06e0d3724
710 changed files with 17974 additions and 3075 deletions
@@ -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&lt;string&gt;)
</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&lt;string&gt; 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>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</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)">