1.

Explain What Does The Jsonslurper Class Indicates?

Answer»

The JsonSlurper is a class that parses JSON TEXT or reader content into Groovy data STRUCTURES (OBJECTS) such as lists, maps, and PRIMITIVE types like double, Boolean, string and Integer.

The JsonSlurper is a class that parses JSON text or reader content into Groovy data structures (objects) such as lists, maps, and primitive types like double, Boolean, string and Integer.



Discussion

No Comment Found