Jsonable

A Jsonable object is one that can be serialized into a JSON string.

Required Fields

A method that returns a JSON string representation of the value, using the given indent for pretty print. If the indent is blank, the output will be compact.

print "hello world"