How I can use dictionary to convert json string and stored data in http web

I need to upload textbook values one and two into HTTP local ip address storage as key and value

I want to follow these steps :

  1. Create Dictionary and Take Key Values ( Complete :white_check_mark: )
  2. Convert Dictionary to JSON Strings ( Don’t Know )
  3. Make HTTP Request ( Don’t know )
1 Like