v.24.8Bug Fix
Fix stack overflow in JSONMergePatch function and enhance error diagnostics
Fix potential stack overflow inJSONMergePatchfunction. Renamed this function fromjsonMergePatchtoJSONMergePatchbecause the previous name was wrong. The previous name is still kept for compatibility. Improved diagnostic of errors in the function. This closes #67304. #67756 (Alexey Milovidov).