do you have the json file which is used as a configuration file in any automation?
for eg: a json file having username and password. I need to get the values from the json into code.
I am testing with this sample json file to get the values.New Text Document.json (603 Bytes)
yah its the same way how we deserialize the json or xml file
once after deserializing we can get the value from that JSON file and use that as a input
if you have multiple value then loop through deserailized JSON and get each value
We have an example on how to deserialize json Deserialize Json
Anything that should be kept in mind when we deploy this in production?
This is the same way we use excel as config and we are just trying to replace the config file type from excel to json
How can we secure it?
Keep this within the project folder so that only the user who has access to the project folder or to the orchestrator can see the file
How can someone start designing a json file for a project from scratch?
its simple, refer to PROJECT.JSON file which will get generated for each UiPath project. We can even refer that as a sample on how it is formed, like simple JSON file or JSON Array object
Does this need to learn basic json designing?
Yah it would be obviously great to know the basics of JSON formatting.