This commit is contained in:
2026-01-22 02:28:01 +08:00
parent 6607c78f0d
commit e3e9b0fddf
78 changed files with 8226 additions and 1651 deletions
@@ -153,6 +153,44 @@ Class JsonUtil
</h2>
<a id="Hi_Common_JsonUtil_CallJsonArrayByPath_" data-uid="Hi.Common.JsonUtil.CallJsonArrayByPath*"></a>
<h3 id="Hi_Common_JsonUtil_CallJsonArrayByPath_System_Text_Json_Nodes_JsonObject_System_Collections_Generic_IEnumerable_System_String__" data-uid="Hi.Common.JsonUtil.CallJsonArrayByPath(System.Text.Json.Nodes.JsonObject,System.Collections.Generic.IEnumerable{System.String})">
CallJsonArrayByPath(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 JsonArray CallJsonArrayByPath(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.jsonarray">JsonArray</a></dt>
<dd></dd>
</dl>
<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})">