1591281180
If you already validated JSON from DevTools in the JSON validation tool and setting the responseType didn’t help, try this one. Get the json from your backend (in case of C# you can put a breakpoint in VS and copy result JSON before sending the response back) and see if there are any \0 characters.
#fix #js #javascript #angular
1591281180
If you already validated JSON from DevTools in the JSON validation tool and setting the responseType didn’t help, try this one. Get the json from your backend (in case of C# you can put a breakpoint in VS and copy result JSON before sending the response back) and see if there are any \0 characters.
#fix #js #javascript #angular