We have pretty big JSON files which contains sometimes more than 180k nodes as well. We have done comparision with https://github.com/spring-projects/spring-vault/blob/main/spring-vault-core/src/main/java/org/springframework/vault/support/JsonMapFlattener.java api and found JSONFlattern is almost taking 5 times time. Is there any config available to speed up the same which can be tweaked and also Unfllatten is also taking alot time even after applying latest build.
We have pretty big JSON files which contains sometimes more than 180k nodes as well. We have done comparision with https://github.com/spring-projects/spring-vault/blob/main/spring-vault-core/src/main/java/org/springframework/vault/support/JsonMapFlattener.java api and found JSONFlattern is almost taking 5 times time. Is there any config available to speed up the same which can be tweaked and also Unfllatten is also taking alot time even after applying latest build.