-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error parsing JSON Feed #18
Comments
Ah, these feeds are using a new version of JSON feeds that was just released this year: https://jsonfeed.org/version/1 When I created this, that didn't exist. The JSON feed is instead an Atom feed, but in JSON format. I'll have to update this to use the new format, so I'll keep this opened. |
@fent Just as an FYI, Wordpress has a baked in JSON feed for all self-hosted installs. This is a MAJOR potential consumer of this. This not working is holding me back from using this library. I ran into this issue attempting to consume a Wordpress JSON feed. As the owner of the Wordpress install, I can tell you that it's running the latest version as of today's date. |
Thank you, @fent ! |
Mucho Gracias ;) |
The following error is occurring when trying to parse a JSON Feed.
Failing tested JSON Feeds:
https://daringfireball.net/feeds/json
http://inessential.com/feed.json
Error:
This is the
e:\Projects\ely\feedparser.js
:The text was updated successfully, but these errors were encountered: