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.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- rPHUd0344553072a: Consolidate JSON formatting
> print_r(id(new PhutilJSON())->encodeFormatted(array('foo' => 'bar'))); { "foo": "bar" }
Diff Detail
Diff Detail
- Repository
- rPHU libphutil
- Branch
- master
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 3386 Build 3393: [Placeholder Plan] Wait for 30 Seconds