Why would typeof(JSON.stringify(outputdata)) return a string in debug console, while I recieve null in backend(.NET 5)?
typeof(JSON.stringify(outputdata))
outputData is my JSO
outputData