0.1.6.1
  1. 26fab51 Move parseInt parseDouble to int/double classes as a static method. by lrn@google.com · 13 years ago
  2. ec34263 Make JSON.stringify call toJson() on objects that it can't serialize. by lrn@google.com · 13 years ago
  3. 612120a remove json_frog.dart . by dgrove@google.com · 13 years ago
  4. a3c813a Update corelib/ and lib/ to use the new try-catch syntax. by kasperl@google.com · 13 years ago
  5. 43c364c - Change "static final" to "static const" in the lib/ directory. by iposva@google.com · 13 years ago
  6. 722c1a3 Deprecate Math object in corelib in favor of dart:math library. by ager@google.com · 13 years ago
  7. c6d7085 Several new features and improvements for dartdoc. by johnniwinther@google.com · 13 years ago
  8. 457105b Fix comments in json.dart. by podivilov@google.com · 13 years ago
  9. fe5c605 Implement JSON serialization to stream. by podivilov@google.com · 13 years ago
  10. e0c3b45 Text run together in JSON docs by eub@google.com · 13 years ago
  11. 711358b Eliminate switches that are not on const ints or strings (as required in spec 0.09). by dgrove@google.com · 13 years ago
  12. aecd8bc Add a check to JSON code by hausner@google.com · 13 years ago
  13. de86bd5 Debugger wire protocol: setting breakpoints by hausner@google.com · 13 years ago
  14. d796a6f Update locale char when moving position in number parsing in the JSON parser. by ajohnsen@google.com · 13 years ago
  15. e686a54 Fix errors in the JSON parser. by ajohnsen@google.com · 13 years ago
  16. 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
  17. 318071c Revert to throwing strings in JSON parsing. by ajohnsen@google.com · 13 years ago
  18. 66bddb1 Require a digit when parsing JSON number. by ajohnsen@google.com · 13 years ago
  19. 29e5a03 Optimize the JSON parser by tokenizing while parsing and using jump-table. by ajohnsen@google.com · 13 years ago
  20. eb94e4a Migrate to interpolation instead of concatenation. by antonm@google.com · 13 years ago
  21. 665c50e Fix escaping in JSON.stringify and add unit test by rice@google.com · 14 years ago
  22. f977ac9 Make lists parsed by JSON untyped. by ajohnsen@google.com · 14 years ago
  23. 866eecc Move json to lib/json/{json.dart, json_frog.dart} by dgrove@google.com · 14 years ago