Formats an object-type JSON storage into an output range sink.
Top-level keys are sorted as per the passed KeyOrderStrategy. This overload is specialised for KeyOrderStrategy.inGivenOrder.
Order strategy in which to sort top-level keys.
Output sink to fill with formatted output.
The order in which object-type keys should be listed in the output file. Non-existent keys are represented as empty. Not specified keys are omitted.
Formats an object-type JSON storage into an output range sink.
Top-level keys are sorted as per the passed KeyOrderStrategy. This overload is specialised for KeyOrderStrategy.inGivenOrder.