http icon indicating copy to clipboard operation
http copied to clipboard

JSONException on device when getting a primitive value, e.g. number

Open WillooWisp opened this issue 3 years ago • 0 comments

Describe the bug JSONException on device when getting a plain number, e.g. number, in response body.

To Reproduce Make a get request to an API returning a plain number, which is valid json by itself, and works on desktop web browser, Chrome, but not on Android device.

Expected behavior Response data should be a number and not throw JSONException.

Desktop (please complete the following information):

  • OS: Android
  • Browser: Chrome

Smartphone (please complete the following information):

  • Device: Samsung S10+
  • OS: Android 12
  • Browser: stock browser

WillooWisp avatar Jun 09 '22 11:06 WillooWisp