# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AntchfxHTMLFinder represents implementation of HTMLPath from https://github.com/antchfx/htmlquery.
AntchfxJSONQueryFinder represents implementation of JSON path from https://github.com/antchfx/jsonquery library.
AntchfxXMLFinder represents implementation of XPath from https://github.com/antchfx/xmlquery.
DynamicJSONPathFinder is entity that has ability to obtain data from JSON from given expression.
GJSONFinder represents implementation of JSON path from https://github.com/tidwall/gjson library.
No description provided by the author
OliveagleJSONFinder represents implementation of JSON path from https://github.com/oliveagle/jsonpath library.
QJSONFinder represents implementation of JSON path from https://github.com/pawelWritesCode/qjson library.
# Interfaces
PathFinder describes ability to obtain node(s) from data in fixed data format.