Skip to content

Releases: Bharat23/wpt-parser

Regex based key searching

02 Nov 18:12
Compare
Choose a tag to compare
  • Added support for regex-based key value searching
  • Replace print on exception with logger.

Custom key name mapping

25 Aug 22:00
Compare
Choose a tag to compare
  • Added support for having custom key names for the output dictionary.
  • Use key_mapping in pick to provide the dictionary of key mappings.

Add support for different WPT instance

08 Jul 20:21
Compare
Choose a tag to compare

Now use a different WPT instance for your need. Earlier supported only the global webpagetest.org.

Extract from indexed list, key based search for dict list

21 May 18:28
Compare
Choose a tag to compare
  • Now you can extract a specific index from a list inside the JSON using the notation
  • Search and extract a specific object from a list of objects using a specified key and value

First Release

19 May 01:29
Compare
Choose a tag to compare
  • Fetch using the JSON file
  • Parse the JSON