Skip to content

0.5.15

Compare
Choose a tag to compare
@linux-china linux-china released this 12 Sep 14:25
· 210 commits to master since this release

Add query for JSON/XML/HTML:

  • JSON: json_value(json_text, json_path) and json_query(json_text, json_path)
  • XML: xml_value(xml_text, xpath) and xml_query(xml_text, xpath)
  • HTML: html_value(html_text, css_selector) and html_query(html_text, css_selector)