Module: Ac::JsonPatch
- Defined in:
- lib/ac/json_patch.rb
Instance Method Summary collapse
Instance Method Details
#json ⇒ Object
3 4 5 6 7 |
# File 'lib/ac/json_patch.rb', line 3 def json JSON.parse body rescue JSON::ParserError nil end |