ably 0.2.0

Ably client library SDK
Documentation
1
2
3
4
pub use serde_json::Value;

/// A convenient type alias for a JSON object with string keys.
pub type Map = serde_json::Map<String, Value>;