[][src]Function wikibase::from_json::entity_from_json

pub fn entity_from_json(json: &Value) -> Result<Entity, WikibaseError>

Deserializes a Wikibase entity from JSON

Takes a serde JSON value and deserializes the complete data into a Rust native data structure.