function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pedro Garcia 26Pedro Garcia 26 

For input string: \"\"

Hi...
I've request GET at https://worldweather.wmo.int/en/json/2951_en.json
I'm receiving the following error when the JSON is parsed

common.apex.runtime.impl.ExecutionException: For input string: \"\"

It happens in the JSON element: ,"url":"www.meteo.go.ke\/"

How could I remove the "\/" character?
or
What other solution do you recommend to me?

Thanks,
Pedro
PriyaPriya (Salesforce Developers) 
Hey Pedro,

Kindly refer this example :- 

https://salesforce.stackexchange.com/questions/269174/how-can-i-remove-the-from-the-json

Thanks!