- 
    
        
        Spring Test How to test a JSON Array in jsonPathIn Spring, we can use Hamcrest APIs like hasItem and hasSize to test a JSON Array. Review the following example : Date: 2019-08-11 View: 1520 
- 
    
        
        Jackson Convert JSON array string to ListFew Jackson examples to convert a JSON array string to a List Date: 2019-08-11 View: 1520 
