HomeDevCentral
Diffusion Tommy 86a72e8d2ff8

Parse JSON natively
Concern Raised86a72e8d2ff8

Description

Parse JSON natively

Summary:
The API message returned by Hudson or Jenkins is in JSON.

Tommy parsed it through the Crack library, but Ruby is now
able to parse JSON natively.

This so removes dependency to Crack.

Test Plan: Ensure JSON is still parsed correctly.

Reviewers: dereckson

Differential Revision: http://devcentral.nasqueron.org/D476

Details

Auditors
dereckson
Provenance
derecksonAuthored on Jul 10 2016, 21:00
Differential Revision
D476: Parse JSON natively
Parents
rTOMMY40e0ee7b4af0: Style: single-quoted strings
Branches
Unknown
Tags
Unknown

Event Timeline

As a follow-up, remove crack from the Gemfile dependencies too.