Method: Struct.from_json
- Defined in:
- lib/libis/tools/extend/struct.rb
.from_json(j) ⇒ Object
26 27 28 |
# File 'lib/libis/tools/extend/struct.rb', line 26 def self.from_json(j) from_hash(JSON.parse(j)) end |
26 27 28 |
# File 'lib/libis/tools/extend/struct.rb', line 26 def self.from_json(j) from_hash(JSON.parse(j)) end |