Tag: json
-
Different JSON views from a single source
by
in jsonGetting data in JSON format via REST services from the backend server is common practice. In the simplest case a JSON provider like JacksonĀ translates your Java objects into a JSON string and back into Java objects automatically. However, this does not cover cases where the data model (e.g., implemented as JPA entities) is different from…

You must be logged in to post a comment.