::File.open(::File.join(item_path, "#{item_name}.json"), "wb") do |f|
            if config[:pretty_print]
              f.write(JSON.pretty_generate(obj))
            else
              f.write(obj.to_json)