Files
zulip/zerver
Steve Howell ebce82b136 Eliminate json_to_dict and use check_dict instead.
All usages of json_to_dict were replaced with the check_dict
validator.  The check_dict validations can eventually be
extended to validate the keys and values of incoming data,
but now we just use check_dict([]) in all the places where
we had json_to_dict, which means we aren't checking for any
specific keys; we are just making sure it's a dictionary.

(imported from commit fc5add9a7ef149dfac2a9a6d9a153799c4c0c24d)
2014-02-18 13:02:08 -05:00
..
2013-12-12 10:31:03 -05:00
2014-02-05 13:35:41 -05:00
2014-02-04 15:51:53 -05:00
2014-01-31 13:14:19 -05:00
2014-01-29 10:56:00 -05:00
2014-02-10 13:23:27 -05:00