Json instrument keys order correction

Hi there

In instrument JSON file each segment has different keys. can you make common keys in same order above and only different keys at below.

In above images you can see in option segment first key is weekly which is missing in EQ and INDEX segment. which is making trouble in programmatically accessing it. if you make common keys above with ascending order it will be easy to fetch instrument easily.

@Jagdish_j_ptl Ordering doesn’t matter in a JSON response. If needed, you can sort the keys and use them as per your convenience. Thanks

I will try this but don’t you think there are 5000+ script If I download file then sort it and then I filter data from there as per my requirement? Will cost more memory where as if you share same response with sorted keys will reduce user’s effort?