Method: Chef::ApiClientV1.from_json

Defined in:
lib/chef/api_client_v1.rb

.from_json(j) ⇒ Object



186
187
188
# File 'lib/chef/api_client_v1.rb', line 186

def self.from_json(j)
  Chef::ApiClientV1.from_hash(Chef::JSONCompat.from_json(j))
end