Module activitystreams::properties [] [src]

A module containing helpers for tranlsating common JSON representations to and from concrete types

Functions

from_item

Deserialize an Option<Value> into concrete type I

from_value

Deserialize a Value into concrete type I

from_vec

Deserialize a Vec<Value> into a Vec<I>

to_item

Serialize concrete type I into an Option<Value>

to_value

Serialize concrete type I into a Value

to_vec

Serialize a Vec<I> into a Vec<Value>