June 12, 2013 [phobos] [D-Programming-Language/phobos] a6afc9: Add formatting option to `std.json.toJSON`. | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/phobos Commit: a6afc98eeb783bd7547aac9c1660ccf5dbccde1f https://github.com/D-Programming-Language/phobos/commit/a6afc98eeb783bd7547aac9c1660ccf5dbccde1f Author: Denis Shelomovskij <verylonglogin.reg@gmail.com> Date: 2013-06-12 (Wed, 12 Jun 2013) Changed paths: M std/json.d Log Message: ----------- Add formatting option to `std.json.toJSON`. This allows JSON to be used as a temporary serialization format when debugging an application as it becomes human- and diff-readable. Empty JSON object/array is formatted as "{}"/"[]". Commit: 23d15e2fcb7206302c02b2e5a881360538bce756 https://github.com/D-Programming-Language/phobos/commit/23d15e2fcb7206302c02b2e5a881360538bce756 Author: Daniel Murphy <yebblies@gmail.com> Date: 2013-06-12 (Wed, 12 Jun 2013) Changed paths: M std/json.d Log Message: ----------- Merge pull request #1263 from denis-sh/std.json-improvements-3 Add formatting option to `std.json.toJSON`. Compare: https://github.com/D-Programming-Language/phobos/compare/d13c4323db8a...23d15e2fcb72 |
Copyright © 1999-2021 by the D Language Foundation