GlbData.GetJsonPreview

GlbData.GetJsonPreview method

Gets the JSON document of this GlbData.

public string GetJsonPreview()

Return Value

A JSON content.

Remarks

⚠ Beware: this method serializes the current model into a json, without taking care of the binary buffers, so the produced json might not be usable!

See Also