matthewmueller / x-ray

The next web scraper. See through the <html> noise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does filtering return JSON support?

chunfytseng opened this issue · comments

xray(“{a:1,b:2}”, '*')(function(err, res) { console.log(res) })

Some sites return JSON instead of HTML.