function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ravi sastriRavi sastri 

JSON Error: Starting position out of bounds: -1

I have a code where the JSON will be extracted using a certain end point. This JSON contains Parent to Grandchild like Structure where Parent is Bundle, Child is Item and GrandChild is Component. When I tried to retrieve the JSON using POSTMAN, I have recieved following response
 
{
"message": "Starting position out of bounds: -1",
"isSuccess": false,
"bundles": null }


Here, bundles is parent object. Can anyone let me know how to resolve this issue. Thanks