class documentation

class TransformJSONObjectTests(SynchronousTestCase): (source)

View In Hierarchy

Tests for transform_json_object.

Method test_transform_atom transform_json_object transforms a representative atomic JSON data types.
Method test_transform_dict transformJSONObject transforms dicts.
Method test_transform_list transformJSONObject transforms lists.
Method test_transform_tuple transformJSONObject transforms tuples.
Method test_transform_unserializable transformJSONObject will not transform objects that are not JSON serializable.
def test_transform_atom(self): (source)

transform_json_object transforms a representative atomic JSON data types.

def test_transform_dict(self): (source)
def test_transform_list(self): (source)
def test_transform_tuple(self): (source)
def test_transform_unserializable(self): (source)

transformJSONObject will not transform objects that are not JSON serializable.