• M
    Job payload should be symmetric across JSON dump/load · 702ef377
    Mike Perham 提交于
    Placing non-native JSON data types, like symbols, in the hash to serialize means that the deserialize method will return something different from what was serialized, a common bug and source of frustration for devs.
    702ef377
core.rb 4.3 KB