[phobos] [D-Programming-Language/phobos] 2d625d: std.json: implement opIndex in struct JSONValue fo...
GitHub
noreply at github.com
Sun Jul 8 20:01:46 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 2d625ddc6f110f02e381298270c5df7ae6cc74e0
https://github.com/D-Programming-Language/phobos/commit/2d625ddc6f110f02e381298270c5df7ae6cc74e0
Author: darkstalker <slayerbeast at gmail.com>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M std/json.d
Log Message:
-----------
std.json: implement opIndex in struct JSONValue for accessing elements with array/hash syntax
Commit: f8173c042547ca0b3c989d38ef63ae745869327f
https://github.com/D-Programming-Language/phobos/commit/f8173c042547ca0b3c989d38ef63ae745869327f
Author: darkstalker <slayerbeast at gmail.com>
Date: 2012-05-01 (Tue, 01 May 2012)
Changed paths:
M std/json.d
Log Message:
-----------
std.json: properly handle large ulong values (bigger than 2^63-1)
store large ulong values in JSONValue.uinteger instead of throwing an overflow exception
Commit: 865c7a6f9d0072b6cb9ababbc06a1c1342ed4da1
https://github.com/D-Programming-Language/phobos/commit/865c7a6f9d0072b6cb9ababbc06a1c1342ed4da1
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-07-08 (Sun, 08 Jul 2012)
Changed paths:
M std/json.d
Log Message:
-----------
Merge pull request #561 from darkstalker/master
some std.json improvements
Compare: https://github.com/D-Programming-Language/phobos/compare/99671b31ba96...865c7a6f9d00
More information about the phobos
mailing list