When using the Angular keyvalue pipe to iterate over an object\'s properties as follows:
{{item.key}} : {{item.value}}
directly write and you will get the data in sameorder as it is in the json
keyvalue: 0