Using PB2021/PB2022, I'm trying to use JSONPackager::SetValue method to update JSON File values.
The problem I encounter, is that the SetValue method does not allow to update a value using is path instead of its key !
Indeed, if the same value exists elsewhere in the JSON structure, only the first one will be updated using the SetValue.
So, per example, if I wanted to update the User below Git, How can I achieve it ?
Otherwise, How can i Update a specific array Item ?
I can't find any method for this...