Sequence of objects in signed certificate JSON

Hello,
I have added transcript thing in the unsigned certificate and it is working well but the only issue is when I received the JSON of the signed certificate the sequence of objects is completely different as compared to signed certificate. For eg. in my unsigned certificate sequence was table_1: {}, table_2 : {}, table_3: {} but in the response I am getting table_3: {}, table_1: {}, table_2, it is a random sequence. So is there any solution to resolve this issue?