Method: JSON.create_id
- Defined in:
- lib/crazy_ivan/vendor/json-1.1.7/lib/json/common.rb
.create_id ⇒ Object
This is create identifier, that is used to decide, if the json_create hook of a class should be called. It defaults to ‘json_class’.
73 74 75 |
# File 'lib/crazy_ivan/vendor/json-1.1.7/lib/json/common.rb', line 73 def create_id @create_id end |