0

At the moment, the file's content is transferred in a JSON like this :

{ 
  "name" : "filename.txt",
  "path" : "src/info/filename.txt",
  "base64content" : "dGhpcyBpcyBhIGZpbGUgd2l0aCBjb250ZW50"
}

I just want to know how you would structure the JSON (and possibly the DTO class object) ?

0 Answers0