module JSON

def self.create_id

See also JSON.create_id=.
Returns the current create identifier.
def self.create_id
  Thread.current[:"JSON.create_id"] || 'json_class'
end