• USHA R 5
  • NEWBIE
  • 0 Points
  • Member since 2015
  • Salesforce Developer

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hi,
When I am trying to pass list from my lightnig controller to apex I am using JSON.Stringify()
And deserializing it in Apex controller.
But it is throwing me the below error
"System.JSONException: Json Deserialization failed on token 'null' and has left off in the middle of parsing a row. Will go to end of row to begin parsing the next row"

Can anyone help me on this please??

Thanks!!
 
Hi,
When I am trying to pass list from my lightnig controller to apex I am using JSON.Stringify()
And deserializing it in Apex controller.
But it is throwing me the below error
"System.JSONException: Json Deserialization failed on token 'null' and has left off in the middle of parsing a row. Will go to end of row to begin parsing the next row"

Can anyone help me on this please??

Thanks!!
 
Hi Everybody,
         Can anyone tell me how to use Database methods in try catch block ??
Please Give some example


Thanks in advance
Karthick