You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, fmt.Errorf("Hey there your JSON is no good after removing comments and trailing commas. Try to paste the JSON into an online JSON validator to find the issue (Comments should work fine; it's usually because you have a comma at the end of the last element in an array or object in your JSON, which is invalid).")
}
returncleanedResult, nil
}
// Helper function to remove trailing commas for the last element in arrays and objects