-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Unable to read frontmatter for some JSON values #3682
Comments
This is fixed in Hugo 0.25. |
@bep I get the same issue but with slashes now: {
"url": "http:\/\/example.com\/play\/url?id=1"
}
|
bep
changed the title
Unable to read frontmatter for some JSON values:
Unable to read frontmatter for some JSON values
Jul 8, 2017
@bep Will report here so I don't pollute the issues: {
"test": "\"New\r\nString\""
} {
"test": "RTS\/RPG"
} fail with the same message:
Running with the latest master.
|
I should never have started touching this front matter handling. :=) |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The front matter in question uses JSON and has escaped quote in a value:
This results in the following error:
while jq parses JSON the file correctly:
The text was updated successfully, but these errors were encountered: