mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-25 10:45:59 -05:00
Add option to automatically extract value from JSON query result
This commit is contained in:
@@ -17,5 +17,7 @@ EXPORT std::optional<std::string> QueryJson(const std::string &json,
|
||||
const std::string &query);
|
||||
EXPORT std::optional<std::string> AccessJsonArrayIndex(const std::string &json,
|
||||
const int index);
|
||||
EXPORT std::optional<std::string>
|
||||
ExtractSingleJsonArrayElement(const std::string &json);
|
||||
|
||||
} // namespace advss
|
||||
|
||||
Reference in New Issue
Block a user