You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit:
doing other tests with a 10M json file found that the json file was ISO-8859-1 encoded
converted it using
iconv -f ISO-8859-1 -t UTF-8//TRANSLIT rmlint.json -o rmlintutf8.json
and it worked
it seems that for some reason the resulting json file from rmlint is ISO-8859-1