Module gltf_json::deserialize[][src]

Expand description

Re-exports of serde_json deserialization functions.

This module re-exports the generic serde deserialization functions so that one can deserialize data structures other than Root without being bound to a specific version of serde_json.

Functions

Deserialize an instance of type T from an IO stream of JSON.

Deserialize an instance of type T from bytes of JSON text.

Deserialize an instance of type T from a string of JSON text.

Interpret a serde_json::Value as an instance of type T.