Skip to content

v4.1 - Support JSON input

Compare
Choose a tag to compare
@iaincollins iaincollins released this 06 Mar 18:50
· 24 commits to master since this release

Now supports auto-detecting of JSON input.

If the contents of a URL, a file or a string provided to the API or Command Line Interface is a serialized JSON object then it will be detected and parsed the same way as if it was a page with a JSON LD embedded in it.

This resolves the feature request reported in #9 by @pdehaan.