Home GnuPG

Consolidate JSON formatting
d0344553072aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Consolidate JSON formatting

Summary: In some places {"foo" : "bar"} is used, whilst in other places {"foo": "bar"} is used, This diff attempts to consolidate these differences and adopt a more standard JSON format.

Test Plan:

> print_r(id(new PhutilJSON())->encodeFormatted(array('foo' => 'bar')));
{
  "foo": "bar"
}

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11085

Details

Provenance
Joshua Spence <josh@joshuaspence.com>Authored on Dec 30 2014, 10:39 PM
Parents
rPHUTIL9319f6d50d52: Remove the `Futures()` method
Branches
Unknown
Tags
Unknown

Event Timeline

Joshua Spence <josh@joshuaspence.com> committed rPHUTILd0344553072a: Consolidate JSON formatting (authored by Joshua Spence <josh@joshuaspence.com>).Dec 30 2014, 10:39 PM