distl.from_json (function)


def from_json(j)

Load a distl object from a json-formatted string.

See also:

Arguments

  • s (string or dict): json formatted dictionary representing the distl object.

Returns

  • The appropriate distribution object.