Created
June 8, 2018 18:40
-
-
Save kuckmc01/73ce69535cd765a80246042184365b96 to your computer and use it in GitHub Desktop.
commons json replacement - jackson
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See http://proliferay.com/create-json-by-jackson-api/ | |
ObjectMapper om = new ObjectMapper(); | |
ObjectNode objectNode = om.createObjectNode(); | |
ArrayNode arrayNode = om.createArrayNode(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment