Files
java-tutorials/spring-apache-camel/src/test/resources/json/fruit-array.json
T
Jonathan Cook 5e8cf2618a BAEL-4736 - Convert JSONArray to List of Object using camel-jackson (#10316)
* BAEL-4706 - Spring Boot with Spring Batch

* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed

* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-12-14 10:37:05 -08:00

10 lines
79 B
JSON

[
{
"id": 100,
"name": "Banana"
},
{
"id": 101,
"name": "Apple"
}
]