Hello everybody, how do you guys handle the crud s...
# server
f
Hello everybody, how do you guys handle the crud save from json problem? When you have a few relations and business rules for your beans/models things starts to become quite nasty. This is the oldest business case in the book so how do people go about this? In kotlin?
stackoverflow 2
m
can you please clarify?
you mean you just want a rest/crud api to serialize json data?