Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.2.1.1
/
lib
/
json
tag
10ae005f8f5a05c74200c752bcfd45f0735cca95
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
8aea8593874f8afd9d38a883d33296fd7cfdefe1
0.2.1.1
4be6264
[json & uri] cleanup === and !==
by danrubel@google.com
· 13 years ago
26fab51
Move parseInt parseDouble to int/double classes as a static method.
by lrn@google.com
· 13 years ago
ec34263
Make JSON.stringify call toJson() on objects that it can't serialize.
by lrn@google.com
· 13 years ago
612120a
remove json_frog.dart .
by dgrove@google.com
· 13 years ago
a3c813a
Update corelib/ and lib/ to use the new try-catch syntax.
by kasperl@google.com
· 13 years ago
43c364c
- Change "static final" to "static const" in the lib/ directory.
by iposva@google.com
· 13 years ago
722c1a3
Deprecate Math object in corelib in favor of dart:math library.
by ager@google.com
· 13 years ago
c6d7085
Several new features and improvements for dartdoc.
by johnniwinther@google.com
· 13 years ago
457105b
Fix comments in json.dart.
by podivilov@google.com
· 13 years ago
fe5c605
Implement JSON serialization to stream.
by podivilov@google.com
· 13 years ago
e0c3b45
Text run together in JSON docs
by eub@google.com
· 13 years ago
711358b
Eliminate switches that are not on const ints or strings (as required in spec 0.09).
by dgrove@google.com
· 13 years ago
aecd8bc
Add a check to JSON code
by hausner@google.com
· 13 years ago
de86bd5
Debugger wire protocol: setting breakpoints
by hausner@google.com
· 13 years ago
d796a6f
Update locale char when moving position in number parsing in the JSON parser.
by ajohnsen@google.com
· 13 years ago
e686a54
Fix errors in the JSON parser.
by ajohnsen@google.com
· 13 years ago
4c84e65
Add a space at the end of line being parsed to correctly process cases like 3.14.
by antonm@google.com
· 13 years ago
318071c
Revert to throwing strings in JSON parsing.
by ajohnsen@google.com
· 13 years ago
66bddb1
Require a digit when parsing JSON number.
by ajohnsen@google.com
· 13 years ago
29e5a03
Optimize the JSON parser by tokenizing while parsing and using jump-table.
by ajohnsen@google.com
· 13 years ago
eb94e4a
Migrate to interpolation instead of concatenation.
by antonm@google.com
· 13 years ago
665c50e
Fix escaping in JSON.stringify and add unit test
by rice@google.com
· 14 years ago
f977ac9
Make lists parsed by JSON untyped.
by ajohnsen@google.com
· 14 years ago
866eecc
Move json to lib/json/{json.dart, json_frog.dart}
by dgrove@google.com
· 14 years ago