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
I'm writing a client for a service that is returning complex data. dxr can handle the response...but then I can't really do much with it. I am not using reqwest.
Perhaps there is a better way to do what I am doing...but given my current approach, not being able to use Value::array or Value::structure feels very limiting.
The text was updated successfully, but these errors were encountered:
Hm, I'm not sure I understand why you'd need to have these functions public? They're used for constructing values, not for de-structuring them, after all.
Does converting the values into the desired collections with TryFromValue trait implementations not work for your use case?
I'm writing a client for a service that is returning complex data.
dxr
can handle the response...but then I can't really do much with it. I am not usingreqwest
.Perhaps there is a better way to do what I am doing...but given my current approach, not being able to use
Value::array
orValue::structure
feels very limiting.The text was updated successfully, but these errors were encountered: