class Symbol

def self.json_create(o)

See #as_json.
def self.json_create(o)
  o['s'].to_sym
end