Hi,
how do you generate the JSON and communicate with Spring Boot?
If you're using properties we have a fetch as list but not a post as list method. Normally I just create a business object representing the list so:
public MyList implements PropertyBusinessObject {
// ..
public final PropertyList<MyList, MyObject> listOfObjects = ...
//...