Json – Why does GetSection("test").GetChildren() returns sorted list of descendent sub-sections?
We are using these subsections to generate excel, and we want the list of sub-sections as it is stored in json file but GetSection("XPaths").GetChildren() is always returning sorted list of sub sections. I am not able to understand why? Here…