REST Assured Tutorial 27 – How To Create JSON Array Using Jackson API – ObjectMapper – CreateArrayNode()
As a part of End to End REST Assured Tutorial , in this post We will learn to Create JSON Array using Jackson API’s class ObjectMapper. We have already learnt to create JSON Object using Jackson API here. Jackson API is a high performance JSON processor for Java. We can perform serialization, deserialization , reading a JSON file,…