Commit History

Author SHA1 Message Date
  Samuel Jaffe 6547fa3510 Adding json writing checks to test cased for string, int, double, bool and tuple. 8 years ago
  Samuel Jaffe c86688cd01 Adding support in object binder to throw an exception if there are any keys that were missing. 8 years ago
  Samuel Jaffe ff7096827d Make binder constructors implicit for convenience. 8 years ago
  Samuel Jaffe 66dbd3768a Adding more tests for double and int. 8 years ago
  Samuel Jaffe ff2b56e612 Using strto* functions instead of sto*, so that we don't need to catch/rethrow exceptions. 8 years ago
  Samuel Jaffe 32fa614aa3 Add short-circuit for floating-point type assignments. 8 years ago
  Samuel Jaffe 227e4ac9c6 Adding support for integral types shorter than int32_t, and floating point types other than double. 8 years ago
  Samuel Jaffe 7acec3206d Fixing error in json integer limits. 8 years ago
  Samuel Jaffe b4171bfc66 Fixed a bug with negative number handling. 9 years ago
  Samuel Jaffe 357524597e Cleaned up includes 9 years ago
  Samuel Jaffe 3f4d671e87 Moved parsing utilities to json_parser.cpp. 9 years ago