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