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
It would be great to update the API to use generics. This would allow using serde_json::Value directly as a storage value, avoiding the need to deserialize from a string when retrieving the value.
The text was updated successfully, but these errors were encountered:
It would be great to update the API to use generics. This would allow using
serde_json::Value
directly as a storage value, avoiding the need to deserialize from a string when retrieving the value.The text was updated successfully, but these errors were encountered: