nested

How to fetch the data from Nested JSON Object using PactDslJsonBody

Reading Time: 3 minutes This blog will have to help you fetch the data from nested JSON Object using a PactDslJsonBody.  How to parse nested JSON in Java? A JSON object is an unordered set of key/value pairs. A JSON array is an ordered collection of values. The values could be objects or arrays. Nested JSON is a JSON file with its values being other JSON objects. Accessing nested Continue Reading

Working with Nested Aggregation of Elasticsearch

Reading Time: 2 minutes First of all we need to understand aggregation in ElasticSearch.In Elasticsearch an aggregation can be seen as a unit of work that builds analytic information over a set of documents.It is a powerful tool for build complex summaries of the data. There are many different types of aggregations, each with its own purpose and output. To better understand these types, it is often easier to break Continue Reading