# File lib/deltacloud/helpers/json_helper.rb, line 18
  def json_features_for_entrypoint(entrypoint)
    features = driver.features(entrypoint.first).collect { |feature| feature.name }
    features.empty? ? {} : { :features => features }
  end