Core Docs | Additional Modules Docs

sb.objects.dump


@Description: Returns the properties of the object and their values for an object
@File: sb.js
@Param: Object o the object to return the properties of
@Param: Number pre If this parameter is set to 1 than, the data is returned in a pre tag to maitain formatting
@Return: String The properties of the object
@Example:
var o = {name : 'paul, language : 'javascript'};
        sb.objects.dump({o});