ForceDiagram.from_jsonstring
-
classmethod
ForceDiagram.
from_jsonstring
(string) Construct an object from serialized data contained in a JSON string.
- Parameters
string (str) – The JSON string.
- Returns
compas.data.Data
– An object of the type ofcls
.