Jackson Tree Model: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
This method converts a JSON document into a mutable in-memory tree representation of the JSON document. Tree model is arguably the most flexible of all three methods. The tree model is similar to the | This method converts a JSON document into a mutable in-memory tree representation of the JSON document. Tree model is arguably the most flexible of all three methods. The tree model is similar to the [[XML DOM]]. | ||
=JSON to Java with Tree Model= | =JSON to Java with Tree Model= | ||
=Java to JSON with Tree Model= | =Java to JSON with Tree Model= |