Demo Project using JSON Activities
The URL of the demo project is given below where users can learn about these activities in a better manner.
Steps:
- Create a sample JSON file within Genie Studio.
- Read the JSON file and assign its contents to a string variable.
- Convert the string variable into a JSON object using the “JSON Deserialize” activity.
- Display the values of the different properties from the JSON file in a message box.
- Create a sample JSON using the “JSON Creator” activity.
- Replace the value of a specific property with a variable.
- Convert the JSON object into a string variable using the “JSON Serialize” activity.
- Write the string variable to a text file.