shyne
2 years agoOccasional Contributor
Groovy JSON value types
I'm using Groovy to loop through a JSON document returned by an API and will need to act / respond differently depending on the JSON value type. e.g. is the value an array or an object. The code ...
- 2 years ago
Found this documentation
The Apache Groovy programming language - Parsing and producing JSON (groovy-lang.org)