0

Error Type : Error Domain=NSCocoaErrorDomain Code=3840 "JSON text did not start with array or object and option to allow fragments not set.".UserInfo={NSDebugDescription=JSON text did not start with array or object and option to allow fragments not set.

Scenario: Bonjour Server is able to send the JSON data successfully to the client. But sporadically I am seeing these errors: Error Domain=NSCocoaErrorDomain Code=3840.

Can anyone suggest how to overcome this issue?

David Ferenczy Rogožan
  • 23,966
  • 9
  • 79
  • 68
Srikanth Adavalli
  • 665
  • 1
  • 10
  • 25

1 Answers1

0

Set the

AFJSONResponseSerializer *responseSerializer = [AFJSONResponseSerializer serializerWithReadingOptions:NSJSONReadingAllowFragments];

or Refer this Link

Community
  • 1
  • 1
JigneshP
  • 344
  • 2
  • 7