7 8 9
# File 'lib/safettp/parsers/json.rb', line 7 def decode(raw) JSON.parse(raw) end
3 4 5
# File 'lib/safettp/parsers/json.rb', line 3 def encode(raw) JSON.dump(raw) end