Class: EncString

Inherits:
Object
  • Object
show all
Defined in:
lib/schemas.rb

Class Method Summary collapse

Class Method Details

.from_json!(json) ⇒ Object



3575
3576
3577
# File 'lib/schemas.rb', line 3575

def self.from_json!(json)
  JSON.parse(json, quirks_mode: true)
end