Tag

#json

1 post

← All posts
json · MAR 18 · 2014

Examples for working with JSON in Play Framework 2 with Java

String to JSON:  <pre class="brush: plain; title: ; notranslate" title="">JsonNode json = mapper.readTree(notification.getSharedData());</pre>

#json Read essay →