[bcp][worker] Decode job data if python older than 3.6
Prior to 3.6 the json module handles only str types. After that more types are supported out of the box.
Please register or sign in to comment
Prior to 3.6 the json module handles only str types. After that more types are supported out of the box.