class JSON::Coder

def load(source)

Parse the given \JSON document and return an equivalent Ruby object.

load(string) -> Object
call-seq:
def load(source)
  @parser_config.parse(source)
end