class AFMotion::JSON

Public Class Methods

configure_manager(manager) click to toggle source
# File lib/afmotion/http.rb, line 19
def self.configure_manager(manager)
  manager.json!
  manager.responseSerializer.readingOptions = NSJSONReadingMutableContainers
end