Method: Jax::ResourceFile#to_json

Defined in:
lib/jax/resource_file.rb

#to_jsonObject



26
27
28
# File 'lib/jax/resource_file.rb', line 26

def to_json
  { resource_name => (YAML::load(data) || {}) }.to_json
end