Method: ChefAPI::Resource::Base#to_json
- Defined in:
- lib/chef-api/resources/base.rb
#to_json ⇒ String
The JSON serialization of this resource.
932 933 934 |
# File 'lib/chef-api/resources/base.rb', line 932 def to_json(*) JSON.fast_generate(to_hash) end |