Class: EncString

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

Class Method Summary collapse

Class Method Details

.from_json!(json) ⇒ Object



3530
3531
3532
# File 'lib/schemas.rb', line 3530

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