Hi,
thanks for the awesome package!
I was trying to look into the code and figure out where the encoding is happening but did not figure out the precise place.
Then I found SwiftOpenAPI is doing things but still not sure. It looks like it has an ordered dictionary and the encoder has sortedKeys as outputFormatting in SpecificationExtendable. Still does keep the order.
Am I looking at the right place?
Hi,
thanks for the awesome package!
I was trying to look into the code and figure out where the encoding is happening but did not figure out the precise place.
Then I found SwiftOpenAPI is doing things but still not sure. It looks like it has an ordered dictionary and the encoder has
sortedKeysasoutputFormattingin SpecificationExtendable. Still does keep the order.Am I looking at the right place?