jsatya1963
Results
1
comments of
jsatya1963
Why not load the raw JSON as a `Map` ? ``` Map map = mapper.readValue("{\"b\":[],\"c\":[1,2,3]}", new TypeReference() {}); context.put("a", map); ```