Question
Virtusa Corporation US
US
Last activity: 4 Jan 2024 11:42 EST
Adding JsonUtils to local automation to use collection
Hi All,
We have a scenario in our project that there are around 10 unique json template To extract the values from Json, i have 2 options
Option1 - Use method GetValueFromJson and pass each node key to get value
Option2 - use collection in jsonUtils, so i can use getValueFromJSONByKeys method
If i go with option 2, the json utils will be specific to that template bcs of collection, so i have to move the jsonutils to local automation
Similarly i can add jsonutils to different local automations and configure collection specific to json template
I would like to know if its okay to add too many json utils to local automations?
Is it light weighted or will cause any performance issues?