0

I find posts which help to sort an embed array of objects with one of its property, for example How to sort JsonNode array List
I've tried to apply something like this on my JsonNode but here the "field name" does not exist.
Here is my json :

...
"name": "John",
"languages": [ "english", "spanish", "german", "french" ],
...

I would like to obtain a JsonNode containing this in result :

...
"name": "John",
"languages": [ "english", "french","german", "spanish" ],
...
troubadour
  • 117
  • 1
  • 7

0 Answers0