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
When I get a response from a get call or a subscription, I'd like the sdk to parse json for me optionally.
I often store stringified json objects as cache items and when I receive a response, it would be a nice developer experience to have it returned as an object. Thinking something like this:
When I get a response from a get call or a subscription, I'd like the sdk to parse json for me optionally.
I often store stringified json objects as cache items and when I receive a response, it would be a nice developer experience to have it returned as an object. Thinking something like this:
If the value is not a stringified object, I'd expect an error to be thrown if this is called.
The text was updated successfully, but these errors were encountered: