Skip to content

Instantly share code, notes, and snippets.

@kuckmc01
Created June 8, 2018 18:40
Show Gist options
  • Save kuckmc01/73ce69535cd765a80246042184365b96 to your computer and use it in GitHub Desktop.
Save kuckmc01/73ce69535cd765a80246042184365b96 to your computer and use it in GitHub Desktop.
commons json replacement - jackson
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