0.5.15
Add query for JSON/XML/HTML:
- JSON:
json_value(json_text, json_path)
andjson_query(json_text, json_path)
- XML:
xml_value(xml_text, xpath)
andxml_query(xml_text, xpath)
- HTML:
html_value(html_text, css_selector)
andhtml_query(html_text, css_selector)