Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D11085
Change Details
Change Details
Old
New
Diff
```lang=php > print_r(id(new PhutilJSON())->encodeFormatted(array('foo' => 'bar'))); { "foo": "bar" } ```
```lang=php > print_r(id(new PhutilJSON())->encodeFormatted(array('foo' => 'bar'))); { "foo": "bar" } ```
Continue