My shiny app lets me import a json file and use the data to create models. It generally works with various json files but in this particular json file I am getting this error :
Warning: Error in parse_con: lexical error: invalid bytes in UTF8 string.
temperature (°C) Mean-|::|-6 Raw
(right here) ------^
As per my understanding there is a problem with the degree symbol or something like that
Can someone help me solve this error?