PiotrDabkowski / pyjsparser

Fast JavaScript parser for Python.
MIT License
246 stars 37 forks source link

Can this module parse this .json file? #27

Open leopheard opened 5 years ago

leopheard commented 5 years ago

Hi there,

Is this module able to parse this file and output it into a HTML sytle tagged document?

JSON: https://thisiscriminal.com/wp-json/criminal/v1/episodes?posts=10000&page=1 Required output style: https://pastebin.com/x7Eep284

I'm having issues parsing a JSON Wordpress site into HTML so beautifulsoup can read it. Any advice would be appreciated.