Quantcast
Channel: Groovy Archives - Java Code Geeks
Viewing all articles
Browse latest Browse all 10

Groovy Json Example

$
0
0
In this article we will see how to manipulate JSON data in Groovy. JSON (JavaScript Object Notation) is the much preferred data format these days for the exchange of data between the interested parties (client and server), due to its light weight nature and ease of use. Groovy has a built in support to work …

Viewing all articles
Browse latest Browse all 10

Trending Articles