I am expecting duplicate object to be parsed and post in a request for testing a negative scenario, But karate is sorting and removing the duplicate object
"Test": { "number": "12344", "number": "12344" }
I want both of the "number" to be present after karate parse the json, How can I achieve that