module Freshdesk::Rest::Resource::Parser
Constants
- OPTIONS
Public Class Methods
parse(json)
click to toggle source
# File lib/freshdesk-rest/resource/parser.rb, line 9 def self.parse(json) JSON.parse(json, OPTIONS) end