Class: String1

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

Class Method Summary collapse

Class Method Details

.from_json!(json) ⇒ Object



3524
3525
3526
# File 'lib/schemas.rb', line 3524

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