pub fn to_json_string<T: Serialize>(value: &T) -> Result<String, JsonError>
Serialize value to JSON string (using dag-json).
value