# File lib/json/add/rational.rb, line 7
  def self.json_create(object)
    Rational(object['n'], object['d'])
  end