This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Description
The use of JSON in processor specification means that the individual operations are unordered. There are situations where changing the order changes the quality of the output. One way to work around this might be to accept an ordered array of processors when configuring routes. This seems useful for DRY configuration reasons as well.