)]}'
{"git_review/cmd.py":[{"author":{"_account_id":5263,"name":"Jeremy Stanley","display_name":"fungi","email":"fungi@yuggoth.org","username":"fungi","status":"missing, presumed fed"},"change_message_id":"809e2d55fac81f5c5e1c67bb1f971a416946fda7","unresolved":false,"context_lines":[{"line_number":1041,"context_line":""},{"line_number":1042,"context_line":""},{"line_number":1043,"context_line":"def convert_bool(one_or_zero):"},{"line_number":1044,"context_line":"    \"Return a bool on a one or zero string.\""},{"line_number":1045,"context_line":"    return one_or_zero in [\"1\", \"true\", \"True\"]"},{"line_number":1046,"context_line":""},{"line_number":1047,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"baa201ad_6402dd0a","side":"PARENT","line":1044,"updated":"2014-10-13 18:55:09.000000000","message":"Technically returns the strings \"True\" and \"False\" now.","commit_id":"499a2f3dbc49671ed2c35bb22c05682eba7878fe"},{"author":{"_account_id":8124,"name":"cbrandily","email":"zzelle@gmail.com","username":"cbrandily"},"change_message_id":"0ef3699fa99cc19365b14c2563f821e2f7beb62b","unresolved":false,"context_lines":[{"line_number":1041,"context_line":""},{"line_number":1042,"context_line":""},{"line_number":1043,"context_line":"def convert_bool(one_or_zero):"},{"line_number":1044,"context_line":"    \"Return a bool on a one or zero string.\""},{"line_number":1045,"context_line":"    return one_or_zero in [\"1\", \"true\", \"True\"]"},{"line_number":1046,"context_line":""},{"line_number":1047,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"baa201ad_044e71c1","side":"PARENT","line":1044,"in_reply_to":"baa201ad_6402dd0a","updated":"2014-10-13 19:17:42.000000000","message":"Both implementations return the result of the operator \"in\" (list.__contains__) which is a boolean.\n\nDo i miss something?","commit_id":"499a2f3dbc49671ed2c35bb22c05682eba7878fe"}]}
