awsc.base_control.isdumpable

awsc.base_control.isdumpable(obj)

Shorthand for checking if an object is a simple or a complex json type.

Parameters:
objobject

Any value.

Returns:
bool

True if obj is not a simple json type (int, float, bool or string).