On the client side, a user specified input creates a unique TreeModel and TableModel.
This needs to be serialized to JSON for storage on MongoDB (stores JSON document directly).
The JSON needs to be parsed back into a TreeModel or TableModel which will be rendered again on the client side software.
Any library or existing codes which can faciliate this?