How to force a specific field order in JSON output using Jackson?
I need my JSON output to show the "idTransanction" and "details" fields first for logging purposes. Currently, Jackson alphabeticalizes them or follows a random order. Is there an annotation to strictly define which fields appear first in the serialized string?