System.JSON.TJSONValue.FindValue
Delphi
function FindValue(const APath: string): TJSONValue;
C++
TJSONValue* __fastcall FindValue(const System::UnicodeString APath);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | public | System.JSON.pas System.JSON.hpp | System.JSON | TJSONValue | 
説明
指定された APath JSON パスにある TJSONValue インスタンスを見つけ、返します。 そうでなければ、 は、nil を返します。
現在の TJSONValue バージョンで実装されているように。
- APath = ''の場合、FindValue は、この TJSONValue インスタンスを返します。
- そうでなければ、FindValue は、nilを返します。
サポートされる JSON パスの構文
FindValue は、TJSONPathParser を使用して、指定された JSON パスを解析します。