class Lutaml::Model::JsonAdapter::StandardJsonAdapter
def self.parse(json)
def self.parse(json) attributes = JSON.parse(json, create_additions: false) new(attributes) end
def to_json(*args)
def to_json(*args) JSON.generate(@attributes, *args) end
def self.parse(json) attributes = JSON.parse(json, create_additions: false) new(attributes) end
def to_json(*args) JSON.generate(@attributes, *args) end