show / hide menu

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:

  1. Create a sample JSON file within Genie Studio. 
  2. Read the JSON file and assign its contents to a string variable. 
  3. Convert the string variable into a JSON object using the “JSON Deserialize” activity. 
  4. Display the values of the different properties from the JSON file in a message box. 
  5. Create a sample JSON using the “JSON Creator” activity. 
  6. Replace the value of a specific property with a variable. 
  7. Convert the JSON object into a string variable using the “JSON Serialize” activity. 
  8. Write the string variable to a text file. 
Activities Used“Read Text File, JSON Deserialize, JSON Creator, JSON Serialize, Write Text File, Message Box”
Video Link https://www.youtube.com/watch?v=4T7xP66c3RU&list=PLwFA5laAhcEJ7sVztHRNXDdXffy2odMvv&index=18