# File lib/json/add/bigdecimal.rb, line 7
  def self.json_create(object)
    BigDecimal._load object['b']
  end