Hello Michael, Thanks for bringing this up but I don't it's an issue. The JSON that gets output from AttributesToJSON is a JSON object and according to RFC 7159 - The JavaScript Object Notation (JSON) Data Interchange Format[1] a JSON object is unordered:
"An object is an unordered collection of zero or more name/value pairs, where a name is a string and a value is a string, number, boolean, null, object, or array." Is there a reason you need the output of the processor to be ordered? [1] http://www.rfc-editor.org/rfc/rfc7159.txt Hope that helps, Joe - - - - - - Joseph Percivall linkedin.com/in/Percivall e: [email protected] On Wednesday, January 6, 2016 3:48 PM, Michael Parco <[email protected]> wrote: I have found that in the AttributesToJSON processor, when you list out the attributes to convert to JSON, the order in which you list the attributes isn't always preserved. Is this a known issue?
