bug: github.com/liamg/jfather
package doesn't decode unicode characters
#8233
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Description
We use
github.com/liamg/jfather
package to get line numbers for json files.But it returns error for unicode characters:
This happens because
strconv.Unquote
returns an error if the string doesn't contain quotes.Discussed in #8230
The text was updated successfully, but these errors were encountered: