- May 19, 2021
Better JSON parsing errors
MarketingWhat
Improperly formatted JSON request bodies will return a
400status with details about the parsing error in thedetailfield and a title of “JSON Parse Exception”.Why
We weren’t properly capturing parsing errors when handling API requests. Now that we do, we’re able to return more helpful details to the caller so that they can fix their requests.