I am merging two json in python
I\'m doing
import json json_obj = json.dumps({"a": [1,2]}) json_obj1 = json.dumps({"a": [3,4]}) json_