Flowdock
json_create(object) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/json/lib/json/add/core.rb, line 121
  def self.json_create(object)
    result = new(object['m'])
    result.set_backtrace object['b']
    result
  end
Register or log in to add new notes.