json_create(o)
Deserializes JSON string by converting the string value stored in the object to a Symbol
# File ext/json/lib/json/add/symbol.rb, line 22 def self.json_create(o) o['s'].to_sym end