load(source, proc = nil, options = {})
Instance Public methods
Load a ruby data structure from a JSON
source and return it. A source can either be a string-like object,
an IO-like object, or an object responding to the read method. If
proc was given, it will be called with any nested Ruby object as
an argument recursively in depth first order. To modify the default options
pass in the optional options argument as well.
BEWARE: This method is meant to serialise data from trusted use