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
Currently, one has to use json_decode() to access diff properties. This approach is cumbersome and adds unnecessary complexity to the code. It would be helpful to have an option to directly retrieve the diffs as an associative array, simplifying access and improving processing efficiency.
The text was updated successfully, but these errors were encountered:
Currently, one has to use json_decode() to access diff properties. This approach is cumbersome and adds unnecessary complexity to the code. It would be helpful to have an option to directly retrieve the diffs as an associative array, simplifying access and improving processing efficiency.
The text was updated successfully, but these errors were encountered: