Pode icon indicating copy to clipboard operation
Pode copied to clipboard

OpenAPI Json output is randomly ordered

Open mdaneri opened this issue 1 year ago • 0 comments

The created json file is randomly ordered. there is no order inside the file and make it difficult to read.

The issue is due to the cmdlet Remove-PodeNullKeysFromHashtable that doesn't work with ordered hash tables.

A solution is to remove the need of Remove-PodeNullKeysFromHashtable avoiding creating empty properties.

mdaneri avatar Oct 08 '23 13:10 mdaneri