You need to sign in to do that
Don't have an account?
Pedro 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
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
Kindly refer this example :-
https://salesforce.stackexchange.com/questions/269174/how-can-i-remove-the-from-the-json
Thanks!