Hi, I am using AppWrite Java Server SDK (kotlin sdk), I am getting the data using document.getData() function and logging it gives all the data but how do I get each attribute? The Logged Data doesn't seem to be json either.
TL;DR
The user was initially having difficulty getting and processing data from the AppWrite Database in Java. However, they have since found a solution by using a Java Map. The user had some understanding of how to use maps in Java and implemented it successfully.