Hi, I have a complex model, where some attributes are collections and if the collection is empty I need to ignore adding if to the serialized JSON object, because right now I see items: [] everywhere (many of my classes have that attribute but it's empty most of the time.
Is there a way to do this in Jackson? Thanks! -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/e1f875ee-6d36-4a03-89a7-0e8bee7157d4%40googlegroups.com.
