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